Create ActivityParams object
ActivityParams(lengthCriticalRegion = 10, probInactiveWhenMutated = 0.01)
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 |
A bundling of the parameters given to it as a ActivityParams object
activityParams <- ActivityParams(lengthCriticalRegion = 40)