Learn R Programming

retrocombinator (version 1.0.0)

ActivityParams: Create ActivityParams object

Description

Create ActivityParams object

Usage

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

Run this code
# NOT RUN {
activityParams <- ActivityParams(lengthCriticalRegion = 40)
# }

Run the code above in your browser using DataLab