Description Usage Arguments Value Note Author(s) References Examples
Align a set of sequences using the MAFFT executable.
1 2 3 4 5 6 7 8 9 10 11 12 |
x |
a list or a matrix of DNA sequences
(see |
run.label |
label for output alignment FASTA file. |
delete.output |
logical. Delete output alignment FASTA file? |
op |
gap opening penalty. |
ep |
offset value, which works like gap extension penalty. |
maxiterate |
number cycles of iterative refinement are performed. |
quiet |
logical. Run MAFFT quietly? |
num.cores |
The number of cores to use. If set to |
opts |
character string other options to provide to command line. |
simplify |
if |
a DNAbin
object with aligned sequences.
MAFFT is not included with strataG
and must be downloaded
separately. Additionally, it must be installed such that it can be run from
the command line in the current working directory. See the vignette
for external.programs
for installation instructions.
Eric Archer eric.archer@noaa.gov
Katoh, M., Kumar, M. 2002. MAFFT: a novel method for rapid multiple sequence
alignment based on fast Fourier transform. Nucleic Acids Res. 30:3059-3066.
Available at: http://mafft.cbrc.jp/alignment/software
1 2 3 4 5 6 | ## Not run:
data(dolph.seqs)
dolph.aln <- mafft(dolph.seqs, op = 3, ep = 2)
dolph.aln
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.