Description Usage Arguments Details Value Author(s) See Also Examples
This is an internal function to generate a new SeqGeneSet object.
1 2 3 | newGeneSets(GS, GSNames, GSDescs, geneList, scGSEA = FALSE,
name = NA_character_, sourceFile = NA_character_,
GSSizeMin = 5, GSSizeMax = 1000)
|
GS |
a list, each element is an integer vector, indicating the indexes of genes in each gene set. See Details below. |
GSNames |
a character string vector, each is the name of each gene set. |
GSDescs |
a character string vector, each is the description of each gene set. |
geneList |
a character string vector of gene IDs. See Details below. |
scGSEA |
logical, if this object used for scGSEA. |
name |
the name of this category of gene sets. |
sourceFile |
the source file name of this category of gene sets. |
GSSizeMin |
the minimum number of genes in a gene set to be analyzed. Default: 5 |
GSSizeMax |
the maximum number of genes in a gene set to be analyzed. Default: 1000 |
TBA
A SeqGeneSet object.
Xi Wang, xi.wang@newcastle.edu.au
loadGenesets
,
SeqGeneSet-class
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.