Description Usage Arguments Value Examples
Create BurstParams object
1 | BurstParams(burstProbability = 0.1, burstMean = 1, maxTotalCopies = 50)
|
burstProbability |
The probability that an active retrotransposon will increase in copy number during a time jump of one timestep |
burstMean |
The Poisson mean for the distribution that specifies how many new sequences an active sequence will create during bursting |
maxTotalCopies |
The largest population size of sequences to keep track of (if this is exceeded, sequences are randomly discarded to simulate death) |
A bundling of the parameters given to it as a BurstParams object
1 | burstParams <- BurstParams(burstMean = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.