coRge
: Software for the Examination of Multiple Correction Methodologies in Accurate Genomic EnvironmentsBranch | Travis-CI | Appveyor | Coverage | CRAN | Downloads | Publication |
---|---|---|---|---|---|---|
master |
GitXiv | |||||
devel |
GitXiv |
To install:
if(!require(devtools)) install.packages("devtools")
devtools::install_github("Chris1221/coR-ge")
To run:
library(coRge)
coRge::analyze(gen = genEx, summary = exampleSamp, output = "/dev/null")
If everything is configured properly, this should return 0
. If it does, please move on to the quick start guide and tutorial.