View source: R/homoplasyFinder.R
Function used by plotAnnotatedTree()
1 2 3 4 5 6 7 8 | addInconsistentPositionAlignment(
tree,
fastaFile,
inconsistentPositions,
cex,
addSeparatorLines,
actualPositions
)
|
tree |
An object of class "phylo" produced by |
fastaFile |
The full path to the FASTA formatted nucleotide sequence alignment |
inconsistentPositions |
An integer array of the inconsistent positions identified by HomoplasyFinder. Produced by |
cex |
A multiplier value to change the size of position labels |
addSeparatorLines |
A boolean variable to determine whether white separator lines are plotted on alignment. Defaults to true |
actualPositions |
An integer array of length= |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.