Versions Compared

Key

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

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.

Display NameColumn NameFacet Y/NFacet OrderUI MappingDestinationSearchable Y/NSearch OrderSearch hint text




Icondefault = disk


Dataset NamedatasetNameNNACard_Title

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> ”

Y1e.g. migration

idNNA

NNA

datasetsNNA

NNA
DescriptiondescriptionNNACard_Description
Y2e.g. spatiotemporal
Publication TitlepublicationTitleNNASecondary_Label_1URL in markdownY4e.g. immune escape
Overall DesignoverallDesignNNASecondary_Label_2
Y3
ThemeThemeNNA

NNAe.g. tumor-immune
Tumor TypetumorTypeY2Secondary_Label_3
Y7e.g. Skin Cutaneous Melanoma
AssayassayY1Secondary_Label_4
Y6e.g. RNA-seq
SpeciesspeciesY3Secondary_Label_5
NNAe.g. Human
External LinkexternalLinkNNASecondary_Label_6URL embedded in HTMLNNAe.g. GSE93776
Grant NamegrantNameY4Secondary_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> ”Y5e.g. immunology
ConsortiumconsortiumY5Secondary_Label_8
NNAe.g. PS-ON
Grant TypegrantTypeY6Secondary_Label_9
NNAe.g. U01

...

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

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

...