Entering edit mode
Kevin Lee
▴
40
@kevin-lee-5904
Last seen 10.2 years ago
Hello,
I am working with ExomeCopy, and I cannot get past this error:
fit.list <- lapply(sample.names, runExomeCopy, seqs)
*Error in negLogLike(c(logit(goto.cnv), logit(goto.normal), beta.hat,
log(phi.hat)), :*
* NA/NaN/Inf in foreign function call (arg 5)*
where:
runExomeCopy <- functionsample.name, seqs) { lapply(seqs,
functionseq.name)
exomeCopy(counts[seq.name], sample.name, X.names = c("log.bg", "GC",
"GC.sq", "width"), S = 0:4, d = 2)) }
(I have followed the vignette as closely as possible.)
There are some exons that have zero reads for all 7 samples. Could
this be
causing the error? And if so, how can I remove these rows (ranges)
from
the counts RangeData object?
Cheers,
Kevin
--
Kevin Lee
Georgia Institute of Technology
Department of Biology
PhD candidate in Bioinformatics
[[alternative HTML version deleted]]