Name Mode Size
R 040000
man 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100755 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100755 0 kb
README.md 100644 0 kb
README.md
R package source code for Wrench normalization for sparse sequencing count data (e.g., metagenomics). Paper preprint: https://www.biorxiv.org/content/early/2018/01/31/142851 ``` #installation library(devtools) devtools::install_github("HCBravoLab/Wrench") #usage library(Wrench) ?wrench ```