Skip to content

InferCNV as a library or script.

Choose a tag to compare

@TimothyTickle TimothyTickle released this 30 May 22:07

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")