Learn R Programming

retrocombinator (version 1.0.0)

SequenceParams: Create SequenceParams object

Description

Create SequenceParams object

Usage

SequenceParams(
  numInitialCopies = 20,
  sequenceLength = 5000,
  initialSequence = NULL
)

Arguments

numInitialCopies

The initial number of copies of a given sequence to consider

sequenceLength

The number of nucleotides in each of the sequences in the simulation

initialSequence

An initial sequence (ignores sequenceLength if this is specified)

Value

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

Examples

Run this code
# NOT RUN {
sequenceParams <- SequenceParams(numInitialCopies = 40)
# }

Run the code above in your browser using DataLab