createFilialSequencePopulation: Generate new sequences by recombination

Description Usage Arguments Value Examples

View source: R/createFilialSequencePopulation.R

Description

This function generates new sequences from set of parental sequences through recombination.

Usage

1
createFilialSequencePopulation(sequenceVector, generateNrecombinedSequences)

Arguments

sequenceVector

Character vector of nucleotide sequences which will be used to create new sequences through recombination.

generateNrecombinedSequences

Numeric value setting number of recombined sequences which will be generated

Value

Character vector of nucleotide sequences, generated by recombination from the entered sequenceVector, holding as much filial sequences as stated in generateNrecombinedSequences. Modes of recombination are cross-over, insertion and random.

Examples

1
createFilialSequencePopulation(c('AAABBBCCCDDDEEEFFF','GGGHHHIIIJJJKKKLLL'), 3)

caggtaagtat/ModCon documentation built on March 12, 2021, 4:12 a.m.