Hi,
I am using clusterProfiler, and I would like to load a collection of gmt files to be used for GSEA. However, the instructions given in the vinette are not working for me.
gmtfile <- system.file("extdata", "genesets.gmt", package="clusterProfiler")
c5 <- read.gmt(gmtfile)
I think there is a problem with my use of the system.file() function, because gmtfile is empty:
> gmtfile <- system.file("extdata", "genesets.gmt", package="clusterProfiler")
> gmtfile
[1] ""
I can assure everyone I am in the correct directory.
Versions:
ClusterProfiler: 2.2.7
qusage: 1.8.7
R: 3.2.1