I want to query all genes of a specific type (eg.: microRNAs) in genomes of multiple species. Initially I was doing this using Ensemble's BioMart, but it limits me to query a single genome at a time and I the web interface makes it impossible to automate the process. Is there a better way of doing this task?
Thank you.
The problem with
BiomaRt
is that I can only query one database (in this case, one genome) at a time. I suppose I could create a loop to automatequerying though multiple databases.Yes, that's true but I cannot think of an approach where you can select multiple species at the same time. I personally would prefer using bash (e.g., grep) and selecting certain biotypes from all the gtf/gff files - this could be neatly automated.