pinellolab / CRISPResso2

Analysis of deep sequencing data for rapid and intuitive interpretation of genome editing experiments
Other
270 stars 94 forks source link

exclude UNMAP,SECONDARY,QCFAIL,DUP,SUPPLEMENTARY #439

Open wulj2 opened 4 months ago

wulj2 commented 4 months ago

The original code only exclude the UNMAP reads from calculating edit efficiency of on/off targets, I think we should exclude the following reads as well . SECONDARY: this is not a primary mapping position of this read. QCFAIL: QC failed reads should be dropped. DUP: duplicated reads should be dropped. SUPPLEMENTARY: this is not the major mapping part of this read. I think use the above reads might lead to some misleading of the calculation.