Type / name of card: "Datasets"
DEPRECATED: briefly used this Synapse Table: https://www.synapse.org/#!Synapse:syn21517423/tables/
Synapse fileview: https://www.synapse.org/#!Synapse:syn18488466/tables/
NOTE: Studies are selected in this view with is.dataset == TRUE
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.
Display Name | Column Name | Facet Y/N | Facet Order | UI Mapping | Destination | Searchable Y/N | Search Order | Search hint text |
---|---|---|---|---|---|---|---|---|
Icon | default = disk | |||||||
Dataset Name | datasetName | N | NA | Card_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> ” | Y | 1 | e.g. migration |
id | N | NA | N | NA | ||||
datasets | N | NA | N | NA | ||||
Description | description | N | NA | Card_Description | Y | 2 | e.g. spatiotemporal | |
Publication Title | publicationTitle | N | NA | Secondary_Label_1 | URL in markdown | Y | 4 | e.g. immune escape |
Overall Design | overallDesign | N | NA | Secondary_Label_2 | Y | 3 | ||
Theme | Theme | Y | 1 | N | NA | e.g. tumor-immune | ||
Tumor Type | tumorType | Y | 3 | Secondary_Label_3 | Y | 7 | e.g. Skin Cutaneous Melanoma | |
Assay | assay | Y | 2 | Secondary_Label_4 | Y | 6 | e.g. RNA-seq | |
Species | species | Y | 4 | Secondary_Label_5 | N | NA | e.g. Human | |
External Link | externalLink | N | NA | Secondary_Label_6 | URL embedded in HTML | N | NA | e.g. GSE93776 |
Grant Name | grantName | Y | 5 | Secondary_Label_7 | Link 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> ” | Y | 5 | e.g. immunology |
Consortium | consortium | Y | 6 | Secondary_Label_8 | N | NA | e.g. PS-ON | |
Grant Type | grantType | Y | 7 | Secondary_Label_9 | N | NA | e.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'
Add Comment