Description Usage Format Value See Also Examples
This dataset can be used to test calculateHamming and
TODO(AUTRE METRIC) functions.
1 |
a list of class HLADataset
containing the following elements:
data a tibble object containing the HLA typing
information for all samples. The columns are:
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.
Protein a character string that represent the
section identifying the nucleotide substitutions group.
SynSubst a character string that represent the
section identifying the synonymous nucleotide substitutions group.
NonCoding a character string that represent the
section identifying the non-coding polymorphisms group.
Suffix a character string that represent the
suffix of the HLA typing or NA.
a list of class HLADataset
containing the following elements:
data a tibble object containing the HLA typing
information for all samples. The columns are:
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.
Protein a character string that represent the
section identifying the nucleotide substitutions group.
SynSubst a character string that represent the
section identifying the synonymous nucleotide substitutions group.
NonCoding a character string that represent the
section identifying the non-coding polymorphisms group.
Suffix a character string that represent the
suffix of the HLA typing or NA.
calculateHamming for calculating the Hamming
distance metric between all samples
1 2 3 4 5 | ## Load example dataset
data(demoHLADataset)
## Calculate Hamming distance metric
calculateHamming(demoHLADataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.