ExomeDepth package- error with "select.reference.set" function
Hello,
For CNV detection from targeted NGS data, I'm running the ExomeDepth tutorial, but in the step of building the most appropriate reference set as following:
my.choice <- select.reference.set (test.counts = my.test,reference.counts = my.reference.set, bin.length = (my.counts.dafr$end - my.counts.dafr$start))
I received the following errors:
Optimization of the choice of aggregate reference set, this process can take some time It looks like the test samples has only 0 bins with 2 or more reads. The coverage is too small to perform any meaningful inference so no likelihood will be computed.
Any recommendation, please? Thanks for your help.
• 1,640 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Yeap, looks like your coverage is empty (0 bins) covered at least with one read. Some reading error.
Thanks for your reply. So, unfortunately, the ExomeDepth package will not be applicable to my data!!