Description Usage Arguments Value
For example, given sequence "A,B,C,D", we generate all of its subsequences of length 2 and 3, resulting in the following sequence set: "A,B", "B,C", "C,D", "A,B,C", "B,C,D", "A,B,C,D"
1 | expand_sequences(seqs, sep = ",")
|
seqs |
a tibble with named column "s": sequence |
sep |
character separating each element in the sequence |
expanded tibble, with additional column "l" specifying the length of the sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.