Description Usage Arguments Value Examples
Create SequenceParams object
1 2 3 4 5 | SequenceParams(
numInitialCopies = 20,
sequenceLength = 5000,
initialSequence = NULL
)
|
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) |
A bundling of the parameters given to it as a SequenceParams object
1 | sequenceParams <- SequenceParams(numInitialCopies = 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.