HMMCopy readcounter
1
0
Entering edit mode
3.0 years ago

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 • 2.0k views
ADD COMMENT
0
Entering edit mode
2.8 years ago
Jill • 0

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

ADD COMMENT

Login before adding your answer.

Traffic: 2742 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6