Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Replace gene_map_ensgs API requests with native idtype mapping #168

Merged
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion dist/views/ACoExpression.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/views/ACoExpression.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/views/ACoExpression.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export abstract class ACoExpression extends AD3View {

protected abstract loadData(ensg: string): Promise<ICoExprDataFormatRow[]>;

protected abstract loadGeneList(ensgs: string[]): Promise<{ id: string; symbol: string; _id: number }[]>;
protected abstract loadGeneList(ensgs: string[]): Promise<{ id: string; symbol: string }[]>;

protected abstract loadFirstName(ensg: string): Promise<string>;

Expand Down