Versions Compared

Key

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

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

...

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.

Display NameColumn NameFacet Y/NUI MappingDestinationSearchable Y/NSearch hint text



Icondefault = disk


datasetNameNCard_Titlelink to dataset detail pages, with information populated from datasets view (syn18488466) with row/entry having datasets column set to value in datasets column in this table.Ye.g. migration
Grant NamegrantNameNCard_SubTitle
Ye.g. immunology

idN

N

datasetsN



DescriptionsummaryNCard_Description
Ye.g. spatiotemporal
PublicationTitleNSecondary_Label_1PubMedYe.g. immune escape

PubMedN

N
Overall DesignoverallDesignNSecondary_Label_2


ThemeThemeYSecondary_Label_3
Ye.g. tumor-immune
Tumor TypetumorTypeYSecondary_Label_4
Ye.g. Skin Cutaneous Melanoma
AssayassayYSecondary_Label_5
Ye.g. RNA-seq
StudiesstudiesNSecondary_Label_6

comma-separated list of synIds, should link to study detail pages,

with information populated from studies view (syn18483791) with row/entry having

studies column set to this value.

Ye.g. syn13857585
SpeciesspeciesYSecondary_Label_7
Ye.g. Human
External LinkexternalLinkNSecondary_Label_8URL embedded in HTMLNe.g. GSE93776
ConsortiumconsortiumYSecondary_Label_9
Ye.g. PS-ON
Grant TypegrantTypeYSecondary_Label_10
Ye.g. U01

Detail pages

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'