View source: R/convert.allele.calls.R
convert.allele.calls | R Documentation |
Converts allele calls in A,C,G,T,H,N format into numbers with 0: homozygous A, 1: heterozygous, 2: homozygous B, 3: no call.
convert.allele.calls(geno)
geno |
Character matrix containing A, C, G, T, H or N. |
Numeric matrix containing 0, 1, 2 or 3.
Daniel Gatti
## Not run: convert.allele.calls(geno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.