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