Description Usage Format Value See Also Examples
This dataset can be used to test the sample_pair_distance
function.
1 |
a tibble
object with 10 rows and 4 variables:
SampleName
a character
string that represent the
name of the sample.
AllelName
a character
string that represent the
name of the allele (1 or 2).
GeneName
a character
string that represent the
name of the HLA gene.
AlleleGroup
a character
string that represent the
section identifying the subtype group.
a tibble
object with 10 rows and 4 variables:
SampleName
a character
string that represent the
name of the sample.
AllelName
a character
string that represent the
name of the allele (1 or 2).
GeneName
a character
string that represent the
name of the HLA gene.
AlleleGroup
a character
string that represent the
section identifying the subtype group.
calculateHamming
for calculating the Hamming
distance metric between all samples
readHLADataset
for extracting HLA typing
information for all samples present in a text file
1 2 3 4 5 | ## Load dataset
data(example_sample_pair_data)
## Computes the Hamming distance for one pair of samples
HLAClustRView:::sample_pair_distance(example_sample_pair_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.