Description Usage Arguments Value Author(s) See Also Examples
View source: R/DataUtilities.R
Check SNP reference and non-reference alleles.
1 | hlaCheckAllele(allele1, allele2)
|
allele1 |
two alleles for the first individual, like
|
allele2 |
two alleles for the second individual, like
|
Return a logical vector, where TRUE
indicates the alleles are
matching at that locus.
Xiuwen Zheng
1 | hlaCheckAllele(c("A/G", "T/G", "0/A"), c("G/A", "C/A", "G/0"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.