View source: R/sequence_find_all.R
sequence_find_all | R Documentation |
Find and extract all duplicate sequences
sequence_find_all(vec, min = 4, max)
vec |
vector with possible duplicates |
min |
length of the shortest sequence of interest (high risk of false positives if this is short) |
max |
length of longest sequence sought. If missing will find the length of the longest duplicate |
data(kp2014) sequence_find_all( vec = c(kp2014$`Theridion murarium Aggressiveness...4`, kp2014$`Theridion murarium Aggressiveness...5`, kp2014$`Theridion murarium Aggressiveness...6`), max = 9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.