sigPathway | R Documentation |
Significance testing between groups.
sigPathway(
object,
group = NULL,
test.use = "wilcox",
ref = NULL,
method = "BH"
)
object |
A GSVA objectect or data.frame |
group |
Name of one or more metadata columns to group cells to compare or a vector if the obj is a data.frame |
ref |
reference group |
method |
correction method, a character string |
Kai Guo
set.seed(123)
library(scGSVA)
data(pbmc_small)
hsko<-buildAnnot(species="human",keytype="SYMBOL",anntype="KEGG")
sc<-scgsva(pbmc_small,hsko)
res <- sigPathway(sc, group = "groups")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.