Create ActivityParams object

ActivityParams(lengthCriticalRegion = 10, probInactiveWhenMutated = 0.01)

Arguments

lengthCriticalRegion

Sequence length (number of nucleotides) of the critical region of a retrotransposon

probInactiveWhenMutated

The probability that a singe point mutation to the critical region causes a sequence to become inactive

Value

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

Examples

activityParams <- ActivityParams(lengthCriticalRegion = 40)