InferCNV as a library or script.
InferCNV can now be installed as a library from the associated tar.gz or directly from GitHub.
If installing from the tar.gz, use the following command on command line.
R CMD install infercnv_0.1.tar.gz
If installing from GitHub, use the following command in R.
library("devtools")
install_github("broadinstitute/inferCNV")