Hello,
I am currently installed a new R setup (R-3.2.2) followed by the Bioconductor package
source("http://bioconductor.org/biocLite.R") biocLite()
and followed by some additonal packages using the biocLite function
- gage
- pathview
Now, when I load gage and pathview and try the following:
kg.mouse = kegg.gsets("mouse")
I get the following error:
Error in names(kg.sets) = paste(species, ks.names, sep = "") : 'names' attribute [1] must be the same length as the vector [0]
or
Error in FUN(X[[i]], ...) : subscript out of bounds
I dont know what to do now.
Thanks for your help,
Martin