genes.by.reactome.pathway | R Documentation |
A celltype pathway gene set from
x <- readLines("c2.cp.reactome.v7.5.1.symbols.gmt")
res <- strsplit(x, "\t")
names(res) <- vapply(res, function(y) y[1], character(1))
genes.by.reactome.pathway <- lapply(res, "[", -c(1:2))
save(genes.by.reactome.pathway,file = "genes.by.reactome.pathway.RData")
data(genes.by.reactome.pathway)
list
data(genes.by.reactome.pathway)
str(genes.by.reactome.pathway)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.