filter_seq_length | R Documentation |
Filter sequences based on their length
filter_seq_length(x, length.min, length.max, verbose = FALSE)
x |
Sequence list, as returned by the function |
length.min |
Integer. Minimum length (inclusive). |
length.max |
Integer. Maximum length (inclusive). |
verbose |
Logical. Display additional information about the filtering process. |
A list of sequences that all comply to the length specifications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.