Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 675 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 675 Bytes

singleseqgset

singleseqgset is a package for gene set enrichment analysis for single-cell RNAseq data. It uses a simple underlying statistic (variance inflated Wilcoxon rank sum testing) to determine enrichment of gene sets of interest across clusters. Check out the vignette for more information on the implementation.

Installation

You can install the development version of singleseqgset from github using devtools:

library(devtools)
install_github("arc85/singleseqgset")
library(singleseqgset)

Additional information

For more information and the singleseqgset vignette, check out the singleseqgset website https://arc85.github.io/singleseqgset/.