This is a test version of Biostars. For the public version, visit https://www.biostars.org.
HMMCopy readcounter

Hello all,

I have successfully installed HMMCopy and IchorCNA in R using the following commands:

**install_github("broadinstitute/ichorCNA")**

**library(ichorCNA)**

**if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("HMMcopy")
library("HMMcopy")

While trying to run HMMCopy readcounter in R, I am not able to see its module readcounter.

readCounter**
Error: object 'readCounter' not found

I need your help in this regard.

readcounter ichorcna cnv hmmcopy

1 answer

You need to install an executable called HMMcopy suite that is not an R package (you need the R package later). It contains the readcounter tool that you need. You can find it here: https://github.com/shahcompbio/hmmcopy_utils

Log in to answer this question.