InferCNV as a library or script.
TimothyTickle
released this
30 May 22:07
·
40 commits
to 04f0b920d4c5ca16665a2e9573c20592a7f05310
since this release
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")