Closed alexanderlewis99 closed 2 years ago
Hi @alexanderlewis99 ,
The issue should actually be fixed in the very next commit after the release of v1.12 . The new version that includes it among other things should be released soon.
Regards, Christophe.
That is good to hear! Thanks for addressing this. Have a great day!
Hi! When I call
infercnv::run
as shown below, I encounter an error:The error is shown as follows:
I found that the way to resolve the error is by including
HMM = FALSE
(orHMM = TRUE
) in the run function as shown below.If I do not explicitly give the HMM parameter to the
run
function, which I had thought should simply default toFALSE
due to the R Documentation, I receive the error. This seems like a bug of some sort to me, so I thought I should report it here. I should also mention that this did not happen when I was using a previous version of InferCNV (InferCNV 1.6 with R 4.0.1), but only occurred when I updated R and InferCNV today (InferCNV 1.12 with R 4.2.1).