Skip to content

Commit

Permalink
Add mskcc isoform overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
leexgh committed Apr 26, 2022
1 parent 744d366 commit 7ca5369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/component/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default class SearchBox extends React.Component<ISearchBoxProps> {
return client.fetchVariantAnnotationPOST({
variants: keywords,
fields: SEARCH_QUERY_FIELDS,
isoformOverrideSource: 'mskcc',
});
}

Expand Down
2 changes: 2 additions & 0 deletions src/page/VariantStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class VariantStore {
invoke: async () => {
return await genomeNexusClient.fetchVariantAnnotationGET({
variant: this.variant,
isoformOverrideSource: 'mskcc',
fields: annotationQueryFields(),
});
},
Expand Down Expand Up @@ -241,6 +242,7 @@ export class VariantStore {
},
],
entrezGeneId: mutation[0].gene.entrezGeneId,
isoformOverrideSource: 'mskcc',
});
}
return undefined;
Expand Down

0 comments on commit 7ca5369

Please sign in to comment.