Name Mode Size
..
articles 040000
news 040000
reference 040000
404.html 100644 5 kb
LICENSE-text.html 100644 6 kb
LICENSE.html 100644 6 kb
authors.html 100644 6 kb
bootstrap-toc.css 100644 2 kb
bootstrap-toc.js 100644 5 kb
docsearch.css 100644 11 kb
docsearch.js 100644 2 kb
index.html 100644 8 kb
link.svg 100644 1 kb
pkgdown.css 100644 7 kb
pkgdown.js 100644 3 kb
pkgdown.yml 100644 0 kb
sitemap.xml 100644 4 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") ```