Description Usage Arguments Value Author(s) Examples
View source: R/processing.R View source: R/processing.R
This function allows users to select libraries and specific gene.sets from
a list of GeneSetCollection
objects.
This function allows users to select libraries and specific gene.sets from
a list of GeneSetCollection
objects accessed by
.
1 2 3 | getGeneSets(species = "Homo sapiens", library = NULL, gene.sets = NULL)
getGeneSets(species = "Homo sapiens", library = NULL, gene.sets = NULL)
|
species |
The scientific name of the species of interest in order to get correcent gene nomenclature |
library |
Individual libraries or multiple libraries to select, example: library = c("H", "C5"). |
gene.sets |
Select gene sets or pathways, using specific names, example: pathways = c("HALLMARK_TNFA_SIGNALING_VIA_NFKB"). |
collection |
A list of |
List of GeneSets in collection format
List of GeneSets in collection format
Nick Borcherding, Jared Andrews
Nick Borcherding, Jared Andrews
1 2 3 4 | gsea_library <- data(gsea_library)
GS <- getGeneSets(collection = gsea_library, library = "Hallmark")
GS <- getGeneSets(library = "H")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.