We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78ba2c8 + 5084ec1 commit cbcf99aCopy full SHA for cbcf99a
src/bento/dashboardTabData.js
@@ -1661,6 +1661,7 @@ export const GET_GENETIC_ANALYSIS_OVERVIEW_QUERY = gql`
1661
sort_direction: $sort_direction
1662
) {
1663
# Study
1664
+ study_id
1665
dbgap_accession
1666
1667
# Participant
@@ -2366,6 +2367,14 @@ const geneticAnalysisTab = {
2366
2367
// Add 'Variant Allele Fraction' here once the data is available
2368
// Add 'DNA Index' here once the data is available
2369
// Add 'ISCN' here once the data is available
2370
+ {
2371
+ dataField: "study_id",
2372
+ header: "Study ID",
2373
+ display: false,
2374
+ downloadOnly: true,
2375
+ tooltipText: "sort",
2376
+ role: cellTypes.DISPLAY
2377
+ },
2378
],
2379
id: 'genetic_analysis_tab',
2380
tabIndex: '3',
0 commit comments