Open wdyyy opened 5 days ago
Thanks for pointing this out. It is indeed we forgot to output the DV and DR field in the 'germline' detection mode.
DV can be converted from the number of RNAMES, or the 'SUPPORT' infomation. The DR can be calculated by the 'DV' and 'VAF' by 'DV / VAF - DV'.
The missing of DV and DR fields doesn't affect the confidence of called SVs, and we will upgrade this in the next version.
Hi, we have upgraded SVision-pro to version v2.2, and the DV and DR values are now outputted in the germline detection mode.
In germline mode, there is no DR or DV field in the sample information, while the description of them occurred in the comment part
Is this a mistake or a feature? The DV can be converted from the number of RNAMES, but I have no idea how DV was interpreted from the information in the output.
by the way, the arguments I used was
--preset hifi --detect_mode germline --min_sv_size 50 --max_sv_size 5000000 --min_mapq 20 --min_supp 3 --max_coverage 500