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
Problem:
bcbio calls SVs with MetaSV on per sample basis, when analyzing families, we need to intersect individual SV reports to have one report for a family, something like bedtools multiint does.
Solution:
We are intersecting all SV intervals vs the indervals from the 1st sample (a random one).
For every SV event we report whether it is present in every sample.
If an event in one sample intersects with two events in the other sample, we report both events in the corresponding column.
We are NOT merging SV intervals, because of many potential bugs (DGV frequency in particular).
For the joint report we report DGV frequency for the event in the first sample and SVscores.
Final report format is CSV, use ; for multiple SV hits in one sample.
The text was updated successfully, but these errors were encountered:
Problem:
bcbio calls SVs with MetaSV on per sample basis, when analyzing families, we need to intersect individual SV reports to have one report for a family, something like bedtools multiint does.
Solution:
The text was updated successfully, but these errors were encountered: