View source: R/calculate_GBLD.R
calculate_GBLD | R Documentation |
Calculate the GBLD distance between trees in an AntibodyForests object. Code is derived from https://github.com/tahiri-lab/ClonalTreeClustering/blob/main/src/Python/GBLD_Metric_Final.ipynb
calculate_GBLD(AntibodyForests_object, min.nodes)
AntibodyForests_object |
AntibodyForests-object, output from AntibodyForests() |
min.nodes |
|
A matrix with the GBLD distances between trees in the AntibodyForests object.
GBLD_matrix <- calculate_GBLD(AntibodyForests_object = AntibodyForests::small_af)
GBLD_matrix[1:5, 1:5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.