estimate_trunclen | R Documentation |
Automatically estimate trunclen for filtering
estimate_trunclen(
fwd,
rev = NULL,
threshold = 25,
maxlength,
minlength,
minoverlap = 20,
qa_sample = 5e+05,
overlap_sample = 100,
quiet = FALSE
)
fwd |
A path to a fastq file containing forward reads |
rev |
A path to a fastq file containing reverse reads |
threshold |
A Quality threshold used to signal the threshold to truncate the reads at |
maxlength |
The maximum length for the reads to be trimmed at. Suggested length of amplicon if known. |
minlength |
The minimum length for reads to be trimmed at to allow merging. |
qa_sample |
The number of reads to sample for calculating qualities. |
overlap_sample |
The number of reads to sample for aligning and estimating minlength |
quiet |
Whether progress should be printed to console |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.