Skip to content

Commit

Permalink
Enable GenomicDataBinCounts and GenericAssayDataBinCounts using colum…
Browse files Browse the repository at this point in the history
…n-store
  • Loading branch information
dippindots committed Aug 29, 2024
1 parent ea123f5 commit 25d0fb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shared/api/cbioportalInternalClientInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ function proxyColumnStore(client: any, endpoint: string) {
'ClinicalDataDensity',
'MutationDataCounts',
'GenomicDataCounts',
'GenomicDataBinCounts',
'GenericAssayDataBinCounts',
];

const matchedMethod = method.match(new RegExp(endpoints.join('|')));
Expand Down Expand Up @@ -102,6 +104,8 @@ proxyColumnStore(internalClientColumnStore, 'fetchClinicalDataDensityPlot');
proxyColumnStore(internalClientColumnStore, 'getClinicalEventTypeCounts');
proxyColumnStore(internalClientColumnStore, 'fetchMutationDataCounts');
proxyColumnStore(internalClientColumnStore, 'fetchGenomicDataCounts');
proxyColumnStore(internalClientColumnStore, 'fetchGenomicDataBinCounts');
proxyColumnStore(internalClientColumnStore, 'fetchGenericAssayDataBinCounts');

export default internalClient;

Expand Down

0 comments on commit 25d0fb8

Please sign in to comment.