Hi
I have a question when using software tools SVDetect.
SVDetect finds structural rearrangments by classing subtypes such as translocation, inversion duplication and etc.
Anyway, I don't understand the meaning of order filtering. I guess that it might be a kind of filtering process which is using order of reads. And order of reads is specified in SAM format. so I look SAM files and got the information of reads but can't figure out the real meaning in SVDetect order filtering.
Simple explanation is specified in homepage and below is that .
-- order_filtering(o)
flag to run the order filtering
-boolean, value= 1 (run), 0 (skip)
-- nb_pairs_order_threshold(o)
minimal number of pairs in a subgroup of paired-end reads for balanced events (order_filtering
only). Also used to detect balanced rearrangements
-integer, ex: 2 (default=1)
Also , I open the perl files and look the codes. But it was really hard working.. and also I don't understand meaning of order filtering.
I am looking forward to your reply.
Thank you.