This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to get the list of species in biomart plant?

Hi

How can I find the list of plant species available in biomart plant?

I have this code but for different species I don't know how to find other plant.

library(biomaRt)
ensembl_plants <- useEnsemblGenomes(biomart = "plants_mart")
searchDatasets(ensembl_plants, pattern = "aestivum")
biomart rna-seq plant

1 answer

Hi Raheleh, you can list available Ensembl Plants datasets as follows:

listDatasets(useMart(biomart="plants_mart", host="https://plants.ensembl.org"))

I hope this helps!


Louisse (Ensembl Helpdesk)

Log in to answer this question.