DeComplex | R Documentation |
Convert gene level differences to pathway level or complex level differences.
DeComplex( depres, type = "GOBP+GOCC+CORUM+REACTOME", lfc = "log2FC", pval = "pvalue" )
depres |
normalized count matrix; rows are all genes in the signature that shall be summarized into one score; columns are samples |
type |
Molecular signatures for testing, available datasets include Pathway (KEGG, REACTOME, C2_CP), GO (GOBP, GOCC, GOMF), MSIGDB (C1, C2 (C2_CP (C2_CP_PID, C2_CP_BIOCARTA), C2_CGP), C3 (C3_MIR, C3_TFT), C4, C6, C7, HALLMARK) and Complex (CORUM). Any combination of them are also accessible (e.g. 'GOBP+GOMF+KEGG+REACTOME'). |
lfc |
Gene sets. |
pval |
("PC", default), Pearson, ssGSEA or mean (other value). fisher, stouffer. |
A list.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.