mafft.merge {ips} | R Documentation |
Profile Alignment with MAFFT
Description
Merge two or more DNA or amino acid sequence alignments by profile alignment with MAFFT.
Usage
mafft.merge(subMSA, method = "auto", gt, thread = -1, exec, quiet = TRUE)
Arguments
subMSA |
|
method |
A character string giving the alignment method. Available
accuracy-oriented methods for less than 200 sequences are
|
gt |
An object of class |
thread |
Integer giving the number of physical cores MAFFT should use;
with |
exec |
A character string giving the path to the MAFFT executable
including its name, e.g. something like |
quiet |
Logical, if set to |
Value
An object of class "DNAbin"
or "AAbin"
.