alphabetQuality: This filters out sequences which have nonstandard...

View source: R/helpers_filters.R

alphabetQualityR Documentation

This filters out sequences which have nonstandard nucleotides.

Description

This filters out sequences which have nonstandard nucleotides.

Usage

alphabetQuality(reads, batch_size = 1e+07)

Arguments

reads

(ShortRead object) Loaded reads from fastq.

batch_size

(numeric) How many reads to process at a time.

Value

(boolean) Logical vector with the valid rows as TRUE.


valenlab/amplican documentation built on Jan. 28, 2024, 5:10 a.m.