addInconsistentPositionAlignment: Adds nucleotide alignment to right of plotted phylogenetic...

Description Usage Arguments

View source: R/homoplasyFinder.R

Description

Function used by plotAnnotatedTree()

Usage

1
2
3
4
5
6
7
8
addInconsistentPositionAlignment(
  tree,
  fastaFile,
  inconsistentPositions,
  cex,
  addSeparatorLines,
  actualPositions
)

Arguments

tree

An object of class "phylo" produced by readAnnotatedTree()

fastaFile

The full path to the FASTA formatted nucleotide sequence alignment

inconsistentPositions

An integer array of the inconsistent positions identified by HomoplasyFinder. Produced by runHomoplasyFinderInJava()

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=length(inconsistentPositions) that reports the actual positions on the genome of inconsistent positions. Useful when homoplasyFinder was run on concatenated sites. Defaults to NULL meaning it is ignored.


JosephCrispell/homoplasyFinder documentation built on June 7, 2021, 11 a.m.