I have a file of structural variation information of donor genome to hg19 reference genome. The information is like this:
17      1104685548616   assembly_comparison_inversion   5886015 5886567 .       -       .       .
17      1104685270005   assembly_comparison_inversion   43210707        43211858        .       +       .       .
17      1104685351393   assembly_comparison_inversion   58198056        58201613        .       +       .       .
17      1104685350756   assembly_comparison_inversion   60646046        60646518        .       +       .       .
the 7-th column indicate whether the SV event happend in positive strand or negative strand. As you can see this is inversion event, and I want to put these events back into hg19 reference genome to reconstruct donor genome.
What I do not understand is how could SV events just happend in one single strand? and how to locate the event site if it happened in negative strand?
Thank you for your information, while my question is that I do not understand why SV can only happen in a single strand(positive strand or negative strand). And also the reference has only a single strand, so I do not know how to put these SV back.