Description Usage Arguments Author(s) See Also Examples
Write DNA data in TNT format for one or multiple genes
1 |
genes |
A list object of multiple alignments (DNAbin class) or a single DNAbin class |
file |
name of the file. When a list object is used, the file param will be appended to the respective name of each gene. |
Omar Daniel Leon-Alvarado leon.alvarado12@gmail.com
1 2 3 4 5 6 7 8 9 10 11 | library(alignTools)
data(Procyonidae)
genes <- multiGenBank(Procyonidae, TRUE, FALSE)
alignment <- multiMuscle(genes, FALSE)
#See the output
write.tnt(alignment, file="Procyonidae")
write.tnt(alignment[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.