Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/bento/dashboardTabData.js
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,7 @@ export const GET_GENETIC_ANALYSIS_OVERVIEW_QUERY = gql`
sort_direction: $sort_direction
) {
# Study
study_id
dbgap_accession

# Participant
Expand Down Expand Up @@ -2366,6 +2367,14 @@ const geneticAnalysisTab = {
// Add 'Variant Allele Fraction' here once the data is available
// Add 'DNA Index' here once the data is available
// Add 'ISCN' here once the data is available
{
dataField: "study_id",
header: "Study ID",
display: false,
downloadOnly: true,
tooltipText: "sort",
role: cellTypes.DISPLAY
},
],
id: 'genetic_analysis_tab',
tabIndex: '3',
Expand Down