Name Mode Size
..
.gitignore 100644 0 kb
sSNAPPY.Rmd 100644 27 kb
README.md
# sSNAPPY: Single Sample directioNAl Pathway Perturbation analYsis `sSNAPPY` is a package for computing directional pathway perturbation scores from logCPM in RNA-seq data. The final output can be used to test the significance of pathway perturbation at both individual-sample and overall treatment levels. # Installation Instructions To install this package, please use BiocManager. ```r if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("sSNAPPY") ```