powered by
Create BurstParams object
BurstParams(burstProbability = 0.1, burstMean = 1, maxTotalCopies = 50)
The probability that an active retrotransposon will increase in copy number during a time jump of one timestep
The Poisson mean for the distribution that specifies how many new sequences an active sequence will create during bursting
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
# NOT RUN { burstParams <- BurstParams(burstMean = 2) # }
Run the code above in your browser using DataLab