Name Mode Size
R 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 1 kb
NAMESPACE 100644 2 kb
NEWS 100644 0 kb
README 100644 1 kb
aneufinder 100755 1 kb
README
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. Please ensure that you have writing permissions to install packages. Execute the following lines one by one: install.packages("devtools") source("http://bioconductor.org/biocLite.R") biocLite("GenomicRanges") biocLite("GenomicAlignments") library(devtools) install_github("ataudt/aneufinder") # Or alternatively if the above line doesn't work: install_git("git://github.com/ataudt/aneufinder.git", branch = "master")