Chris1221 / coRge

Evaluation of Simultaneous Inference Methods for the Human Genome.
http://chrisbcole.me/coRge/
Apache License 2.0
0 stars 0 forks source link
genetics high-performance-computing multiple-testing-correction simulation

coRge: Software for the Examination of Multiple Correction Methodologies in Accurate Genomic Environments

Status:

Branch Travis-CI Appveyor Coverage CRAN Downloads Publication
master Build Status Build status codecov.io CRAN_Status_Badge GitXiv
devel Build Status Build status codecov.io CRAN_Status_Badge 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.