Entering edit mode
7.4 years ago
biomagician
▴
410
Hi,
I am trying to do some GO term enrichment analysis and am following this tutorial:
http://bioconductor.org/packages/release/bioc/vignettes/topGO/inst/doc/topGO.pdf
> library(topGO)
Loading required package: GO.db
Loading required package: AnnotationDbi
Error in value[[3L]](cond) :
Package ‘AnnotationDbi’ version 1.38.1 cannot be unloaded:
Error in unloadNamespace(package) : namespace ‘AnnotationDbi’ is imported by ‘GenomicFeatures’, ‘genefilter’, ‘biomaRt’, ‘VariantAnnotation’, ‘GO.db’, ‘annotate’, ‘geneplotter’, ‘topGO’ so cannot be unloaded
> library(ALL)
> data(ALL)
> data(geneList)
Warning message:
In data(geneList) : data set ‘geneList’ not found
As you can see, I am encountering problems. Can anybody advise me on what to do to get ahead, please? I don't understand why topGO needs to be unloaded. Surely, it should be loaded.
Thanks.
Best,
C.
Try re-installing
topGO
. I have no issues with your code.Also, please post the result of
sessionInfo()
.