Name Mode Size
R 040000
man 040000
src 040000
tests 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 0 kb
NAMESPACE 100644 1 kb
README 100644 0 kb
aneufinder 100755 1 kb
aneufinder.config 100644 1 kb
overlapControl.R 100644 1 kb
README
!!!THIS PROJECT IS CURRENTLY BEING DEVELOPED!!! The easiest way to install it is currently the following: 1) Install a recent version of R from https://www.r-project.org/ 2) Optional: For ease of use, install Rstudio from https://www.rstudio.com/ 3) Open R and install all dependencies source("http://bioconductor.org/biocLite.R") biocLite("GenomicRanges") biocLite("GenomicAlignments") biocLite("Rsamtools") install.packages("devtools") install_github("chakalakka/aneufinder")