Hi everyone,
I am trying to annotate ensembl gene IDs. I have used the following code to load and select a biomaRt dataset:
ensembl <- useEnsembl(biomart="ensembl", dataset="mmusculus_gene_ensembl", mirror="www")
This returns the error
Error in `collect()`:
! Failed to collect lazy table.
Caused by error in `db_collect()`:
! Arguments in `...` must be used.
Problematic argument:
..1 = Inf
Did you misspell an argument name?
Run `rlang::last_trace()` to see where the error occurred.
This did not happen before and I have tried reinstall and reload biomaRt, dplyr, and tidyverse but none of that helps. I have also tried using other mirrors such as useast, uswest, and asia.
Because of this, getBM()... does not work either. Any help would be appreciated!
-shasabhi1
detach biomaRT package
install it again through Biomanager
load library