View source: R/filterResults.R
filter_seqs | R Documentation |
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 class 'primerTree' filter_seqs(x, min_length = 0, max_length = Inf, ...)
x |
a primerTree object |
... |
additional arguments passed to methods. |
min_length |
the minimum sequence length to keep |
max_length |
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) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.