PavlidisLab / gemma.R

An R wrapper for the Gemma RESTful API
https://pavlidislab.github.io/gemma.R/
Apache License 2.0
10 stars 1 forks source link

get_dataset_expresison_for_genes fails when no genes present #52

Closed oganm closed 6 months ago

oganm commented 6 months ago

In the example below 2 is a rat dataset which doesn't have the genes requested. Ideally we should return an empty output rather than erroring

get_dataset_expression_for_genes(datasets = c(1,4,2),genes = c(10225,2841))