HLAMetric: Print a 'HLAMetric' object

Description Usage Arguments Value Examples

Description

Print a HLAMetric object

Usage

1
2
## S3 method for class 'HLAMetric'
print(x, ...)

Arguments

x

the output object from calculateHamming function to be printed

...

arguments passed to or from other methods

Value

an object of class HLAMetric

Examples

1
2
3
4
5
6
7
8
## Load example dataset
data(demoHLADataset)

## Calculate Hamming distance metric
metric <- calculateHamming(demoHLADataset)

## Print information about metric
print(metric)

NCBI-Hackathons/HLAClustRView documentation built on Nov. 22, 2019, 6:11 a.m.