View source: R/get_closepair_classes.R
get_closepair_classes | R Documentation |
This function takes a set of close pairs and sorts them into bushes (equivalence classes defined by the relation of being a close pair). So if Samples 1 and 2 are close pairs and Samples 2 and 3 are close pairs, then Samples 1, 2, and 3 are all in the same close pair class.
get_closepair_classes(close_pairs)
close_pairs |
A matrix of close pairs; the output of get_closepairs_(distance, fraction, auto) |
get_closepair_classes(close_pairs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.