View source: R/allele_cluster.R
ighvClust | R Documentation |
Cluster the distance matrix from ighvDistance
to create the allele clusters based on two thresholds:
75% similarity which represents the family clustering and 95% similarity between alleles which represents the allele clusters
ighvClust(
germline_distance,
family_threshold = 75,
allele_cluster_threshold = 95,
cluster_method = "complete"
)
germline_distance |
A germline set distance matrix created by |
family_threshold |
The similarity threshold for the family level. Default is 75. |
allele_cluster_threshold |
The similarity threshold for the allele cluster level. Default is 95. |
cluster_method |
The hierarchical clustering method to use. Default is "complete". |
A names list that includes the data.frame
of the alleles clusters, the thresholds parameters and the
hierarchical clustering of the germline set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.