Skip to content
/ scGSVA Public
forked from guokai8/scGSVA

scGSVA: Perform GSVA for single cell RNA seq

License

Notifications You must be signed in to change notification settings

DotBlot/scGSVA

 
 

Repository files navigation

scGSVA: GSVA for single cell RNA seq analysis.

scGSVA Project Status: Code Size:

Description

scGSVA provides wrap functions to do GSVA analysis for single cell data. And scGSVA includes functions to build annotation for almost all species. scGSVA also provides function to generate figures based on the GSVA results. scGSVA provides functions to generate annotation data which can be used in the analysis.

Installation

library(devtools)
install_github("guokai8/scGSVA")

Examples

set.seed(123)   
library(scGSVA)   
data(pbmcs)
hsko<-buildAnnot(species="human",keytype="SYMBOL",anntype="KEGG")
res<-scgsva(pbmcs,hsko)
vlnPlot(res,features="Wnt.signaling.pathway",group_by="groups")

dotPlot(res,features="Wnt.signaling.pathway",group_by="groups")

ridgePlot(res,features="Wnt.signaling.pathway",group_by="groups")

featurePlot(res,features="Wnt.signaling.pathway", reduction="tsne", group_by="groups")

Heatmap(res,group_by="groups")

## find significant pathways across groups
findPathway(res,group = "groups")
sigPathway(res, group = "groups")
## extract specific pathways with expression value
genes(res, features = "Wnt.signaling.pathway")

Note

The scGSVA package use the GSVA package to do the GSVA analysis for the single cell data. The package is still under development.

Contact information

For any questions please contact [email protected] or https://github.com/guokai8/scGSVA/issues

About

scGSVA: Perform GSVA for single cell RNA seq

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%