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

filter_gaps #128

Open
Pastellem opened this issue Jun 6, 2019 · 1 comment
Open

filter_gaps #128

Pastellem opened this issue Jun 6, 2019 · 1 comment

Comments

@Pastellem
Copy link

Hello,

I'm using Lumpy, Breakseq, breakdancer, pindel and cnvnator to look for CNVs in fastq obtained by WES (I know it's not the most adaptable tools for WES).

I would like to know the impact of the --filter_gaps option on merging files? How does it work ?

@marghoob
Copy link
Contributor

marghoob commented Jun 6, 2019

Hi @Pastellem, --filter_gaps will remove the calls overlapping with the N-regions in the reference genome sequence (hg38, b37). This will most commonly affect the calls made by CNV calling tools since they may infer the lack of coverage in N-regions as an evidence for deletions. Since these are false calls, we filter such calls out by overlapping the gaps BED file when this flag is used.

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

No branches or pull requests

2 participants