mafft.merge | R Documentation |
Merge two or more DNA or amino acid sequence alignments by profile alignment with MAFFT.
mafft.merge(subMSA, method = "auto", gt, thread = -1, exec, quiet = TRUE)
subMSA |
A list of objects of class |
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 |
An object of class "DNAbin"
or "AAbin"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.