Skip to content

Commit

Permalink
function name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oganm committed Jul 10, 2024
1 parent a88fb8f commit 4e924a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemmapy/gemmapy_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def get_dataset_expression_for_genes(self,
consolidate = consolidate,
**kwargs)

response = self.raw.get_dataset_expression_for_genes(datasets, genes,
response = self.raw.get_datasets_expression_levels_for_genes(datasets, genes,
**kwargs)
df = ps.process_dataset_gene_expression(response.data,self)

Expand Down

0 comments on commit 4e924a8

Please sign in to comment.