How to get the list of species in biomart plant?
1
0
Entering edit mode
12 weeks ago
raheleh • 0

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 • 273 views
ADD COMMENT
1
Entering edit mode
12 weeks ago

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)

ADD COMMENT

Login before adding your answer.

Traffic: 1276 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6