View source: R/pipeline_functions.R
merge_gs | R Documentation |
merge_gs
combines selected major gene set collections (e.g. "H", "C1" ) together, and return a list object with sub-collections as elements.
Each element contains a vector of genes belong to that sub-collection gene set.
merge_gs(
all_gs2gene = all_gs2gene,
use_gs = c("H", "CP:BIOCARTA", "CP:REACTOME", "CP:KEGG", "C5")
)
all_gs2gene |
list, the list returned by |
use_gs |
a vector of characters, names of major gene set collections. Users can call |
Return a list object with sub-collection gene sets as elements. Each element contains a vector of genes.
gs.preload(use_spe='Homo sapiens',update=FALSE)
use_gs2gene <- merge_gs(all_gs2gene=all_gs2gene,
use_gs=c('H','CP:BIOCARTA','CP:REACTOME','CP:KEGG','C5'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.