filter_seq_length: Filter sequences based on their length

View source: R/clean_seq.R

filter_seq_lengthR Documentation

Filter sequences based on their length

Description

Filter sequences based on their length

Usage

filter_seq_length(x, length.min, length.max, verbose = FALSE)

Arguments

x

Sequence list, as returned by the function angedist::import_seqs()

length.min

Integer. Minimum length (inclusive).

length.max

Integer. Maximum length (inclusive).

verbose

Logical. Display additional information about the filtering process.

Value

A list of sequences that all comply to the length specifications.


phac-nml-phrsd/angedist documentation built on Nov. 27, 2022, 7:23 p.m.