Description Usage Arguments Value
geneSetEnrichment
Combines exisiting signatures and allows additional of a new signature.
1 2 3 | geneSetEnrichment(bulkExp, signatures, statMethod = c("ssgsea", "gsva",
"plage", "zscore", "singScore"), singScoreDisp = FALSE,
parallel.sz = 0, parallel.type = "SOCK")
|
bulkExp |
bulk tumour gene expression matrix. HUGO gene symbols as row names & sample IDs as column names. |
signatures |
a list with each element containing genes to represent a cell type. The cell types should be the names of each element of the list. |
statMethod |
statistical framework to be used in generating gene set enrichment scores.
These mirror the parameter options of |
singScoreDisp |
Logical, when using singscore method should the dispersion for each
gene set be returned with the enrichment scores. Default: |
parallel.sz |
parameter for |
parallel.type |
parameter for |
returns a list with curated signatures ready to be combined
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.