R/utilities.R
random_seq.Rd
Generate random sequences
random_seq(n, length, alphabet = c("A", "G", "T", "C"))
The number of sequences to generate
The length of the generated sequences
The DNA alphabet to draw from, default is A,G,C,T