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
Thank you! It seems to work.
Now I have to learn how to do the query.
Thanks a lot for your help.
Regards,
Maia