topGO package unable to find library(ALL) and data(ALL)
1
0
Entering edit mode
Raito92 ▴ 60
@raito92-20399
Last seen 22 months ago
Italy

Hello, I'm trying to use the package topGO to perform an enrichment analysis on my GO terms, but got stuck at the very beginning...

I've installed the most recent version of BioConductor and topGO functions themselves, with the suggested code:

if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install()

...

if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("topGO")

The installation seems to have been successful and returned no errors, but it says...

The downloaded source packages are in
        ‘/tmp/RtmpSyYduw/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done

Then, I'm immediately asked to load the libraries...

library(topGO)
library(ALL)
data(ALL)
data(geneList)

geneList and topGO are found, but ALL library and datasets aren't...

Error in library(ALL) : there is no package called ‘ALL’

Warning message:
In data(ALL) : data set ‘ALL’ not found

The installation worked perfectly...any idea why R can't find library(ALL) and data(ALL)? I've checked the suggested folder /tmp/RtmpSyYduw/downloaded_packages/ , but it doesn't exist... Do they require any additional installation?

Thanks in advance!

topGO software error • 2.1k views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 41 minutes ago
United States

topGO doesn't depend on ALL, it suggests it. So if you want that package you need to install separately.

ADD COMMENT
1
Entering edit mode

Solved, thanks!

I used this.

BiocManager::install("ALL")
ADD REPLY

Login before adding your answer.

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