Open wiraki opened 6 years ago
Thank you for the questions. I am in the process of cleaning up ExomeDepth, something long overdue and your questions are much appreciated.
Regarding Q2, I do believe, indeed, that a read could be double counted, but then again this is what tests should demonstrate.
Re Q1, intuitively the middle of the read should be used. If I implemented otherwise, this should probably be fixed.
More soon.
Hello @mpauper,
did you get a satisfying answer to your question?! I am still doubtly on how to correctly use read.with parameter.
I appreciate any response!
Hello,
I was hoping to discuss this specific option in the
getBamCounts
function, as it is generally not mentioned in the paper or in the vignette.The description of the
read.width
option in the reference manual is:As this is essentially a wrapper around the
countBamInGRanges
function from exomeCopy, here is its description from exomeCopy:It also says:
My questions/remarks are:
Thanks a lot in advance!