I used nanosv for a structural variant project and it works very nicely. However, I am having issues making sense of the DR and DV fields. I know DV and DR are tuples, but I cannot understand whether the tuples represent (total, forward) or (forward, reverse) reads or something else.
Below are three entries that lead to some of my confusion:
Hi!
I used nanosv for a structural variant project and it works very nicely. However, I am having issues making sense of the DR and DV fields. I know DV and DR are tuples, but I cannot understand whether the tuples represent
(total, forward)
or(forward, reverse)
reads or something else.Below are three entries that lead to some of my confusion:
In the above entry,
DR = 8,4
. 8 is the number of reads in theRef Read ID
field.In a second entry, from the same analysis
Here,
DR=5,19
, and 5 is the number of reads in theRef Reads ID
field.Finally, a third entry, from the same analysis:
Here,
DR=5,20
, and 20 is the number of reads in theRef Reads ID
field.Any chance you could help me out? I would really appreciate it!
Best, David