convert.allele.calls: Convert allele calls to numeric values.

Description Usage Arguments Value Author(s) Examples

Description

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.

Usage

1

Arguments

geno

Character matrix containing A, C, G, T, H or N.

Value

Numeric matrix containing 0, 1, 2 or 3.

Author(s)

Daniel Gatti

Examples

1
  ## Not run:  convert.allele.calls(geno) 

DOQTL documentation built on May 6, 2019, 3:09 a.m.