View source: R/general_utils.R
print_seq_perm | R Documentation |
Show the first k rows of all the words starting with each letter of the alphabet
.
print_seq_perm(perm_dat, alphabet = c("A", "C", "G", "T"), k = 6)
perm_dat |
the data frame generated with |
alphabet |
Letters to permutate in order to build different sequences |
k |
Pretty print option: show k rows per letter of the alphabet |
In addition to the first k words of each letter also the last k rows are always returned.
A data frame slicing the permutation data by letter
permutate_seq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.