Usage
CreateChimeras(myDNAStringSet, numChimeras = 10, numParts = 2, minLength = 80, maxLength = Inf, minChimericRegionLength = 30, randomLengths = TRUE, includeParents = TRUE, processors = 1, verbose = TRUE)
Arguments
myDNAStringSet
A DNAStringSet
object with aligned sequences.
numChimeras
Number of chimeras desired.
numParts
Number of chimeric parts from which to form a single chimeric sequence.
minLength
Minimum length of the complete chimeric sequence.
maxLength
Maximum length of the complete chimeric sequence.
minChimericRegionLength
Minimum length of the chimeric region of each sequence part.
randomLengths
Logical specifying whether to create random length chimeras in addition to random breakpoints.
includeParents
Whether to include the parents of each chimera in the output.
processors
The number of processors to use, or NULL
to automatically detect and use all available processors.
verbose
Logical indicating whether to display progress.