I cannot access the zebra fish ensembl database with biomaRt in R...
# biomaRt
library (biomaRt)
listMarts()
ensembl <- useMart("ensembl")
listDatasets(ensembl) #output is really bad, with huge spaces between lines (cannot copy it here)
listDatasets(ensembl)$dataset
Can't see the zebra fish dataset in the list!
ensembl = useDataset("drerio_gene_ensembl", mart = ensembl)
That returns:
Error in useDataset("drerio_gene_ensembl", mart = ensembl) :
The given dataset: drerio_gene_ensembl , is not valid. Correct dataset names can be obtained with the listDatasets function.
While it looks like the correct name (I'm following a tutorial)... What is happening?
Hi Mike Smith, I am using the biomart package. and i have not seen dataset of wheat. Can you please tell me how to acess the wheat dataset ?
I would recommend you start a new topic with this question since it is unlikely to be the same issue as reported here, and include some details of the code you have already tried.