filter_max_position: Filter away reads after position x.

Description Usage Arguments Value

View source: R/filters.r

Description

The error rate in the data is crazy-high in the immediate vicinity of the RT/PCR primers. Thus we exclude reads with mutations before this position.

Usage

1
filter_max_position(chng, max_position = 176, verbose = FALSE)

Arguments

chng

Data set of reads which are not identical to the template.

max_position

Position after which to filter.

verbose

Print some information while running?

Value

The remaining reads and a little summary information.


abelew/Rerrrt documentation built on Jan. 15, 2022, 8 a.m.