Description Usage Arguments Value Examples
A SangerRead method which updates QualityReport parameter inside the SangerRead.
1 2 3 4 | ## S4 method for signature 'SangerRead'
updateQualityParam(object, TrimmingMethod = "M1",
M1TrimmingCutoff = 1e-04, M2CutoffQualityScore = NULL,
M2SlidingWindowSize = NULL)
|
object |
A SangerRead S4 instance. |
TrimmingMethod |
The read trimming method for this SangerRead. The value must be |
M1TrimmingCutoff |
The trimming cutoff for the Method 1. If |
M2CutoffQualityScore |
The trimming cutoff quality score for the Method 2. If |
M2SlidingWindowSize |
The trimming sliding window size for the Method 2. If |
A SangerRead instance.
1 2 3 4 5 6 | data("sangerReadFData")
updateQualityParam(sangerReadFData,
TrimmingMethod = "M2",
M1TrimmingCutoff = NULL,
M2CutoffQualityScore = 40,
M2SlidingWindowSize = 15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.