-
Notifications
You must be signed in to change notification settings - Fork 88
Installation
Gavin Ha edited this page Oct 25, 2017
·
6 revisions
Using R devtools
install.packages("devtools")
library(devtools)
install_github("broadinstitute/ichorCNA", "--no-docs")
Manual installation
-
Checkout the latest release of ichorCNA from GitHub
git clone git@github.com:broadinstitute/ichorCNA.git
-
Install R dependencies (in R)
## install from CRAN install.packages("plyr") # version > 1.8.4 ## install packages from source("https://bioconductor.org/biocLite.R") biocLite("HMMcopy") # version >= 1.14.0 biocLite("GenomeInfoDb") # version >= 1.8.7
-
Install the ichorCNA R package
## from the command line and in the directory where ichorCNA github was cloned. R CMD INSTALL ichorCNA
Install the HMMcopy suite from http://shahlab.ca/projects/hmmcopy_utils/
Please follow instructions on the HMMcopy website.