Description Usage Arguments Details Value Author(s) References Examples
Quantify Quartet Resolution Probabilities (QIRP, QIHP, and QIPP) Using 2012 Formulation and MCMC approach, outputs results to file
1 2 3 | parallel.cluster.signal.noise(t, t0,
rateVector, nsims, s, filename, imagename,
image = "TRUE")
|
t |
Time from tip of tree to focal internode |
t0 |
Focal internode length |
rateVector |
|
nsims |
|
s |
A number representing the character state space that generated the site rates (e.g., s=2 for binary data) |
filename |
Output file name for results of calculation |
imagename |
Output file name for results of visualization |
image |
True or False if image should visualized |
Please note that the two files must have different names
returns QIRP, QIHP, and QIPP values
A. Dornburg
Townsend, J. P., Su, Z., and Tekle, Y. I. “Phylogenetic Signal and Noise: Predicting the Power of a Data Set to Resolve Phylogeny” Systematic biology 61, no. 5 (2012): 835–849.
1 2 3 4 5 6 | library("doParallel")
#Cores must be less than or equal to those had on your machine.
registerDoParallel(cores=2)
as.matrix(rag1)->rr
parallel.cluster.signal.noise(100, 2, rr, 1000, 3,
filename="output_values", imagename="output_graphic", image = "TRUE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.