You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: