Create SequenceParams object

SequenceParams(
  numInitialCopies = 20,
  sequenceLength = 5000,
  initialSequence = NULL
)

Arguments

numInitialCopies

The initial number of copies of a given sequence to consider

sequenceLength

The number of nucleotides in each of the sequences in the simulation

initialSequence

An initial sequence (ignores sequenceLength if this is specified)

Value

A bundling of the parameters given to it as a SequenceParams object

Examples

sequenceParams <- SequenceParams(numInitialCopies = 40)