This function is deprecated. Use igClust instead.
ighvClust(
germline_distance,
family_threshold = 75,
allele_cluster_threshold = 95,
cluster_method = "complete"
)A named list with clustering results.
A germline set distance matrix created by igDistance.
The similarity threshold for family level (hierarchical only). Default is 75.
The similarity threshold for allele cluster level (hierarchical only). Default is 95.
The hierarchical clustering linkage method. Default is "complete".
igClust for the current implementation