Description Usage Arguments Value Author(s) Examples
View source: R/createCluster.R
Hierarchical cluster analysis on a set of similarity values related to HLA typing.
| 1 | 
| hlaMetric | an object of class  | 
| method | a string  | 
| ... | arguments passed to or from other methods. | 
an object of class hclust which describes the tree produced
by the clustering process. See hclust.
Astrid Deschenes
| 1 2 3 4 5 6 7 8 | ## Load example dataset
data(demoHLADataset)
## Calculate Hamming distance metric
hammingDistance <- calculateHamming(demoHLADataset)
## Run clustering
hclustHLA(hammingDistance)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.