genes.by.celltype.pathway
genes.by.celltype.pathway.Rd
A celltype pathway gene set from
x <- readLines("c8.all.v7.5.1.symbols.gmt")
res <- strsplit(x, "\t")
names(res) <- vapply(res, function(y) y[1], character(1))
genes.by.celltype.pathway <- lapply(res, "[", -c(1:2))
Usage
data(genes.by.celltype.pathway)