View source: R/batch_management.R
setBatchParam | R Documentation |
Sets parameter(s) associated with the currently loaded processing batch. Based on setDadaOpt
.
setBatchParam(..., verbose = TRUE)
... |
The processing parameters to set, along with their new value. |
verbose |
Default TRUE. Whether to print a message confirming the assignment of a parameter. |
Quality filtering parameters, used as defaults in filterAndTrim
:
MAX_EE_FWD, MAX_EE_REV: max. allowable expected errors in forward/reverse reads that pass filter MIN_LEN_FWD, MIN_LEN_REV: min. allowable length of reads that pass filter in forward/reverse reads TRUNC_Q_FWD, TRUNC_Q_REV: base quality score after which to truncate the sequence in forward/reverse reads TRUNC_LEN_FWD, TRUNC_LEN_REV: length of read after which to truncate the sequence in forward/reverse reads. Reads shorter than this value are discarded.
Parameters for DADA options, including heuristics: see setDadaOpt
No value is returned.
filterAndTrim
, setDadaOpt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.