powered by
Create SequenceParams object
SequenceParams( numInitialCopies = 20, sequenceLength = 5000, initialSequence = NULL )
The initial number of copies of a given sequence to consider
The number of nucleotides in each of the sequences in the simulation
An initial sequence (ignores sequenceLength if this is specified)
A bundling of the parameters given to it as a SequenceParams object
# NOT RUN { sequenceParams <- SequenceParams(numInitialCopies = 40) # }
Run the code above in your browser using DataLab