AnnotationDbi
0
0
Entering edit mode
Bogdan ▴ 670
@bogdan-2367
Last seen 6 months ago
Palo Alto, CA, USA

On R/4.0.3, when I do load AnnotationDbi, I do receive the following message (below). Any suggestions please ?

"> library("AnnotationDbi")
Error in value[[3L]](cond) : 
  Package ‘AnnotationDbi’ version 1.55.2 cannot be unloaded:
 Error in unloadNamespace(package) : namespace ‘AnnotationDbi’ is imported by ‘biomaRt’, ‘GenomicFeatures’, ‘annotate’, ‘org.Hs.eg.db’, ‘TxDb.Hsapiens.UCSC.hg19.knownGene’ so cannot be unloaded"

```
AnnotationDbi • 1.4k views
ADD COMMENT
0
Entering edit mode

what is your sessionInfo() -- also you could try running BiocManager::valid() to make sure all packages are consistent with each other.

ADD REPLY
0
Entering edit mode

Thank you. I have managed to get it running by restarting R and changing the way I do call the libraries i.e.

library("UMI4Cats")

library(org.Hs.eg.db)

library("BSgenome.Hsapiens.UCSC.hg19")
ADD REPLY

Login before adding your answer.

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