informativeness.profile: A function to plot phylogenetic informativeness profiles

Description Usage Arguments Value Author(s) References Examples

Description

Plot phylogenetic informativeness profiles

Usage

1
informativeness.profile(rate.vector, tree, codon = "FALSE", values = "display")

Arguments

rate.vector

site rate vector, converted to class 'matrix'

tree

A phylogenetic tree

codon

True or false: whether to partition a given site rate matrix by codon

values

'display' or 'off': whether to return PI values for each time

Value

Graphical display of phylogenetic informativeness

Author(s)

A. Dornburg

References

Townsend, J. P. “Profiling Phylogenetic Informativeness” Systematic biology 56, no. 2 (2007): 222–231.

Examples

1
2
3
4
5
6
library("ape")
library("splines")
read.tree(system.file("extdata","polypterus_trees.phy",package="PhyInformR"))->trees
trees[[1]]->tree
as.matrix(rag1)->rates
informativeness.profile(rates, tree, codon = "FALSE", values = "display")

carolinafishes/PhyInformR documentation built on May 13, 2019, 12:50 p.m.