Name Mode Size
.github 040000
Meta 040000
R 040000
data 040000
docs 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.DS_Store 100644 8 kb
.Rbuildignore 100644 0 kb
.Rhistory 100644
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 2 kb
NEWS.md 100644 1 kb
README.md 100644 1 kb
_pkgdown.yml 100644 1 kb
sSNAPPY.Rproj 100644 0 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") ```