Last chance! 50% off unlimited learning
Sale ends in
Filter out sequences retrieved by search_primer_pair() that are either too short or too long. The alignment and tree will be recalculated after removing unwanted reads.
filter_seqs(x, ...)# S3 method for primerTree
filter_seqs(x, min_length = 0, max_length = Inf, ...)
a primerTree object
additional arguments passed to methods.
the minimum sequence length to keep
the maximum sequence length to keep
a primerTree object
primerTree
: Method for primerTree objects
# NOT RUN {
# filter out sequences longer or shorter than desired:
mammals_16S_filtered <- filter_seqs(mammals_16S, min_length=131, max_length=156)
# }
Run the code above in your browser using DataLab