You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those events can be found in the data files and are plotted.
However, what does it mean?
The BSJ is neither covered by one nor by two mates, so how exactly is it covered?
The text was updated successfully, but these errors were encountered:
After looking into the source code of FUCHS I am able to reconstruct what has to happen in order to produce an undefined event.
First of all, I assessed the ratio of undefined events throughout all samples: 2.2%
Secondly, if len(mates[mate][strand]['start']) == 1 and len(mates[mate][strand]['end']) == 1: has to fail for the forward and reverse strand for a specific mate. Here I assume that mate is actually a readname and not a mate "pair". I.e. the length of start / stop positions has to be of unequal size for forward and reverse strand. The non-matching entries are saved into another variable, fragments, but not used anymore:
Those events can be found in the data files and are plotted.
However, what does it mean?
The BSJ is neither covered by one nor by two mates, so how exactly is it covered?
The text was updated successfully, but these errors were encountered: