Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Source data 

Synapse Table: https://www.synapse.org/#!Synapse:syn21517423syn21868591/tables/

DEPRECATED Synapse fileviewFile Viewhttps://www.synapse.org/#!Synapse:syn18488466/tables/      

NOTE: Studies are selected in this view with is.dataset == TRUE 

DEPRECATED Synapse Table: https://www.synapse.org/#!Synapse:syn21517423/tables/


...

Explore page config

Type / name of card: "Datasets"

Number of Secondary Fields to show: 4

Note that there is no explicit aliasing between Column Name and Display Name. Rather, camelCase Column Names are automatically rendered as Camel Case. The table below just makes that clear.

Facets should be ordered in the order they appear in this table.

Any column that should be faceted in the portal (i.e., faceted on an explore page or have a column facet on a table) must be faceted on the corresponding Synapse table/view. There is a performance penalty incurred with each additional facet – hence, facet only those columns needed by the portal and limit to those likely to be useful.


Link to dataset details page, where the key in the Synapse datasets table is "datasetName" (call it datasets:datasetName for clarity) and the value <datasetName> is pulled from the "datasetName" column of this same datasets table, e.g. datasets:datasetName=<datasetName> ”
Display NameColumn NameColumn TypeLink FormatFacet Y/NFacet OrderCard UI MappingDestinationLink Query KeyLink Value ColumnSearchable Y/NSearch OrderSearch hint textHint Text






Iconicondefault = disk




Dataset NamedatasetNameSTRING
NNACard_Titletitle

Datasets/DetailsPage

datasetIddatasetIdY1e.g. migration

datasetIdidENTITY
NNA



NNA

datasetAliasdatasetsSTRING
NNA



NNA
DescriptiondescriptionLARGE_TEXT
NNACard_Descriptiondescription


Y2e.g. spatiotemporal
Publication TitlepublicationTitlepublicationSTRINGmarkdown: 
[publicationTitle](pubMedUrl)
NNASecondary_Label_1URL in markdownsecondaryLabels[0]PubMed record

Y4e.g. immune escape
Overall DesignoverallDesignSTRING
NNASecondary_Label_2secondaryLabels[1]


Y3
ThemeThemeSTRING_LIST*
Y1



NNAe.g. tumor-immune
Tumor TypetumorTypeSTRING_LIST*
Y3Secondary_Label_3secondaryLabels[2]


Y7e.g. Skin Cutaneous Melanoma
AssayassaySTRING_LIST*
Y2Secondary_Label_4secondaryLabels[3]


Y6e.g. RNA-seq
SpeciesspeciesSTRING_LIST*
Y4Secondary_Label_5secondaryLabels[4]


NNAe.g. Human
External LinkexternalLinkSTRING
NNASecondary_Label_6secondaryLabels[5]URL embedded in HTML

NNAe.g. GSE93776
Grant NamegrantNameSTRING_LIST*portal query (each)Y5Secondary_Label_7Link to grant details page, where the key in the Synapse grant table is "grantName" (call it grant:grantName for clarity) and the value <grantName> is pulled from the "grantName" column of this dataset table, e.g. grant:grantName=<grantName> ”secondaryLabels[6]Grants/DetailsPagegrantNamegrantNameY5e.g. immunology
ConsortiumconsortiumSTRING_LIST*
Y6Secondary_Label_8


NNAe.g. PS-ONGrant TypegrantTypeY7Secondary_Label_9NNAe.g. U01

Detail pages:*<TYPE>_LIST columns for multi-value annotations not yet implemented


...

Details page config 

Detail pages should display the above information (i.e., from the card) in the header/banner of the page. The query to get that information should be on this table using datasets:

SELECT * FROM syn18488466 where "datasets" = 'syn7248581'

Additionally, we should display files associated with this dataset by querying the files table using datasets, i.e.,.

files:

SELECT * FROM syn9630847 where "datasets" = 'syn7248581'