grimbough / biomaRt

R package providing query functionality to BioMart instances like Ensembl
https://bioconductor.org/packages/biomaRt/
34 stars 13 forks source link

R package providing query functionality to BioMart instances like Ensembl #27

Closed crisprmax closed 3 years ago

crisprmax commented 3 years ago

I keep running into this error when using biomaRt on Rstudio:

image

Any suggestions? Here's the code I used before:

image

Thank you!

raphaelbetschart commented 3 years ago

Do you have the newest version? Running "BiocManager::install('grimbough/biomaRt')" solved the problem for me.

crisprmax commented 3 years ago

Thank you raphaelbetschart, it was solved.