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

Hide taxon specific gene accepting endpoints inside the non-taxon specific ones #56

Open oganm opened 4 months ago

oganm commented 4 months ago

The API includes 2 functions for most things accepting genes, one without taxon that will fail if an ambigious gene symbol is used and another with taxon that won't. Currently the packages do not include them but they do accept taxa that they pass as a filter. If a single taxon is given, it may be sensible to just use the taxon specific endpoint to avoid forcing users to specify gene ids.