Generate random sequences

random_seq(n, length, alphabet = c("A", "G", "T", "C"))

Arguments

n

The number of sequences to generate

length

The length of the generated sequences

alphabet

The DNA alphabet to draw from, default is A,G,C,T