filter_min_position: Filter away reads before 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_min_position(chng, min_position = 24, verbose = FALSE)

Arguments

chng

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

min_position

Position before 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.