pachterlab / gget

🧬 gget enables efficient querying of genomic reference databases
https://gget.bio
BSD 2-Clause "Simplified" License
946 stars 74 forks source link

Enable querying of multiple genes in Bgee API #165

Open vecerkovakaterina opened 3 weeks ago

vecerkovakaterina commented 3 weeks ago

Description:

This pull request adds the ability to query multiple genes at once using the Bgee API. I've updated the bgee_expression function and adjusted the tests and documentation accordingly.

Issue:

Fixes #163

Additional Notes:

I also noticed that the Bgee API allows additional parameters for filtering. Please let me know if you'd like me to add more arguments to further enhance the functionality.