Skip to content
Snippets Groups Projects
Commit 4448d6d0 authored by AndiMajore's avatar AndiMajore
Browse files

small fix

parent 2563c73e
Branches
Tags
No related merge requests found
...@@ -53,7 +53,6 @@ export class NetexControllerService { ...@@ -53,7 +53,6 @@ export class NetexControllerService {
return this.http.get(environment.backend + 'tissue_max_expression/', {params}).toPromise(); return this.http.get(environment.backend + 'tissue_max_expression/', {params}).toPromise();
} }
public tissueExpressionGenes(tissue: Tissue, nodes: Node[]): Observable<any> { public tissueExpressionGenes(tissue: Tissue, nodes: Node[]): Observable<any> {
/** /**
* Returns the expression in the given tissue for given nodes and cancerNodes * Returns the expression in the given tissue for given nodes and cancerNodes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment