findPathway | R Documentation |
Fit linear model for each pathway
findPathway(object, group = NULL, ref = NULL)
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 |
Kai Guo
set.seed(123)
library(scGSVA)
data(pbmc_small)
hsko<-buildAnnot(species="human",keytype="SYMBOL",anntype="KEGG")
sc<-scgsva(pbmc_small,hsko)
res <- findPathway(sc, group = "groups", ref = "g1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.