Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wulj2
Copy link

@wulj2 wulj2 commented May 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant