print_seq_perm: Pretty print a sequences permutation data frame

View source: R/general_utils.R

print_seq_permR Documentation

Description

Show the first k rows of all the words starting with each letter of the alphabet.

Usage

print_seq_perm(perm_dat, alphabet = c("A", "C", "G", "T"), k = 6)

Arguments

perm_dat

the data frame generated with permutate_seq()

alphabet

Letters to permutate in order to build different sequences

k

Pretty print option: show k rows per letter of the alphabet

Details

In addition to the first k words of each letter also the last k rows are always returned.

Value

A data frame slicing the permutation data by letter

See Also

permutate_seq


Ni-Ar/niar documentation built on Feb. 3, 2025, 9:25 a.m.