Description Usage Arguments Author(s) See Also Examples
View source: R/partitionScheme.R
Shows a partition scheme for a concatenate alignment of N genes
1 | partitionScheme(genes)
|
genes |
A list objecto with multiple alginments (DNAbin class) |
Omar Daniel Leon-Alvarado
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(genes, write.dna=FALSE)
concat <- concatGenes(alignment, "?", FALSE)
partitionScheme(alignment)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.