biomaRt - rice genes database not working
1
0
Entering edit mode
maialiaeb • 0
@maialiaeb-11707
Last seen 7.5 years ago

Hello! 

I'm having a problem with the rice genes database.

I'm using Package biomaRt version 2.30.0

R 3.3.1

> source("https://bioconductor.org/biocLite.R")
> biocLite("biomaRt")

> library(biomaRt)
> listMarts()

               biomart               version
1 ENSEMBL_MART_ENSEMBL      Ensembl Genes 86
2   ENSEMBL_MART_MOUSE      Mouse strains 86
3     ENSEMBL_MART_SNP  Ensembl Variation 86
4 ENSEMBL_MART_FUNCGEN Ensembl Regulation 86
5    ENSEMBL_MART_VEGA               Vega 66
 

And when I use:

> gramene = useMart('ENSEMBL_MART_ENSEMBL')

> listDatasets(gramene)

I don't get any of the gramene datasets.

Maybe I got a version problem, not sure. 

Thanks for the help

Kind regards,

Maia 

biomart gramene rice • 1.3k views
ADD COMMENT
1
Entering edit mode
Thomas Maurel ▴ 800
@thomas-maurel-5295
Last seen 14 months ago
United Kingdom

Dear Maia,

You will need to connect to the Ensembl plants marts to be able to query Rice:

> listMarts(host="plants.ensembl.org")
            biomart              version
1       plants_mart           Plant Mart
2 plants_variations Plant Variation Mart

> gramene = useMart("plants_mart", dataset="osativa_eg_gene", host="plants.ensembl.org")

Hope this helps,

Regards,

Thomas

ADD COMMENT
0
Entering edit mode

Thank you! It seems to work.

Now I have to learn how to do the query.

Thanks a lot for your help.

Regards, 

Maia 

 

ADD REPLY

Login before adding your answer.

Traffic: 696 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