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

min_nucleotide_depth parameter of PileupParam doesn't take 0 #19

Open
sarahwajid opened this issue Feb 18, 2021 · 1 comment
Open

min_nucleotide_depth parameter of PileupParam doesn't take 0 #19

sarahwajid opened this issue Feb 18, 2021 · 1 comment

Comments

@sarahwajid
Copy link

Hello

If a user wants all positions output even if a reference position has zero coverage, the min_nucleotide_depth parameter=0 does not work to output the position with zero coverage.

p_param <- PileupParam(min_nucleotide_depth=0L,min_minor_allele_depth=0L,distinguish_strands=TRUE,min_mapq=10L,min_base_quality =10L,max_depth=200000L,
distinguish_nucleotides=TRUE, ignore_query_Ns=FALSE,include_deletions=TRUE, include_insertions=TRUE)

@ArjenB85
Copy link

ArjenB85 commented Jun 1, 2021

I am struggling with the exact same problem! Did you solve it?

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