View source: R/Conduct.KH_3N.R
Conduct.KH_3N | R Documentation |
This function returns a list containing p-values of the KH_2N STAR test for two input species tree topologies
Conduct.KH_3N( string.SpeciesNetwork1, string.SpeciesNetwork2, handle.InputGeneTrees, numeric.NumberOfReps, string.PathDir )
string.SpeciesNetwork1 |
String defining the first species topology (can be network or bifurcating) |
string.SpeciesNetwork2 |
String defining the first species topology (can be network or bifurcating) |
numeric.NumberOfReps |
Number of bootstrap replicates to analyze |
string.PathDir |
String defining the path to a parent directory used for conduct KH_1 STAR test |
handle.GeneTrees |
Phylo object containing a list of the input gene trees |
List Returns a list containing (1) twosided pvalue, (2) upper p-values, (3) lower p-values, and (4) a vector of the bootstrapped test statistics delta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.