Description Usage Arguments Value Examples
View source: R/createFilialSequencePopulation.R
This function generates new sequences from set of parental sequences through recombination.
1 | 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.
1 | createFilialSequencePopulation(c('AAABBBCCCDDDEEEFFF','GGGHHHIIIJJJKKKLLL'), 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.