How to get the list of species in biomart plant?
1
0
Entering edit mode
14 months 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 • 656 views
ADD COMMENT
1
Entering edit mode
14 months 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: 3402 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