pw.trop.dist | R Documentation |
Constructs the dissimilarity matrix based on the tropical distance between points in a dataset
pw.trop.dist(D1, D2)
D1 |
matrix of ultrametrics |
D2 |
matrix of ultrametrics |
matrix; dissimilarity matrix showing the tropical pairwise distance between each point
Ruriko Yoshida ryoshida@nps.edu
Weyenberg, G., Huggins, P., Schardl, C., Howe, D. K., & Yoshida, R. (2014). kdetrees: Nonparametric Estimation of Phylogenetic Tree Distributions. In Bioinformatics.
Yoshida, Ruriko, David Barnhill, Keiji Miura and Daniel Howe (2022). Tropical Density Estimation of Phylogenetic Trees.
https://github.com/grady/kdetrees/blob/master/R/dist.diss.R
T1<-Sim_Trees15
T2<-Sim_Trees25
D <- rbind(T1, T2[1,])
pw.trop.dist(D, D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.