This package provide a function to perform Single Linkage algorithm on a pairwise distance matrix.
func MatrixLinkage(matrix [][]float64, colname []string) (result string)
The MatrixLinkage function is feeded with a [][]float64 matrix and a []string collecting column names {"A", "B", "C", "D", "E"}
The result is a string in Newick format
((C:4.66,E:4.66):1.89,((A:5.01,D:5.01):1.02,B:6.03):0.52);