createFilialSequencePopulation {ModCon} | R Documentation |
This function generates new sequences from set of parental sequences through recombination.
createFilialSequencePopulation(sequenceVector, generateNrecombinedSequences)
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 |
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.
createFilialSequencePopulation(c('AAABBBCCCDDDEEEFFF','GGGHHHIIIJJJKKKLLL'), 3)