Description Usage Arguments Value Author(s) See Also Examples
This function is an extesion the muscle() function from ape. The x parameter is the only changed here, so, for more information about the other parameters, please see the documentation from ape.
1 2 3 4 5 6 7 8 9 10 |
x |
A list object with multiple DNAbin objects |
write.dna |
Boolean, write each alignment as separate files in a predeterminate format. The file names will be the same as the x object names. By deafault TRUE. |
write.format |
The format to write each alignment (only if write.dna == TRUE). Four options: 1. nexus (Default), 2. phylip, 3. fasta or 4. tnt. |
A list object with multiple alignments (DNAbin class).
Omar Daniel Leon-Alvarado leon.alvarado12@gmail.com
1 2 3 4 5 6 7 8 9 10 11 | library(alignTools)
data(Procyonidae)
head(Procyonidae, 5L)
genes <- multiGenBank(Procyonidae, TRUE, FALSE)
alignment <- multiMuscle(x=genes, write.dna=TRUE, write.format="phylip")
str(alignment)
alignment$rag2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.