Description Usage Arguments Value See Also Examples
View source: R/gsca_load_genesets.R
This function creates gene set collections based on MSigDB database version 6.2. Currently
our package supports all 8 collections for 10 species retrieved by msigdbr
.
It returns a list of gene sets collections
with the elements of the gene sets represented by Entrez Gene IDs.
1 | MSigDBGeneSets(species = "Hs", collection = "C2", subcategory = NULL)
|
species |
A single character value specifying the species of the gene sets of MSigDB. Now we support 10 species: 'Bt'(Bos taurus), 'Ce'(Caenorhabditis elegans), 'Cfa'(Canis lupus familiaris), 'Dm'(Drosophila melanogaster), 'Dr'(Danio rerio), 'Gg'(Gallus gallus), 'Hs'(Homo sapiens), 'Mm'(Mus musculus), 'Rn'(Rattus norvegicus), 'Sc'(Saccharomyces cerevisiae) and 'Ss'(Sus scrofa). |
collection |
A single character value specifying a choice of collection. Valid values include 'H'(hallmark gene sets), 'C1'(positional gene sets), 'C2'(curated gene sets), 'C3'(motif gene sets), 'C4'(computational gene sets), 'C5'(GO gene sets), 'C6'(oncogenic signatures), 'C7'(immunologic signatures). More details please refer to MSigDB. |
Return a list of gene sets of specific collection in MSigDB of version 6.2.
1 | C2_MSig <- MSigDBGeneSets(species = "Hs", collection = "C2", subcategory = NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.