convert.genotypes {DOQTL}R Documentation

Convert the genotype data from A,C,G,T format to A, H, B, N.

Description

Convert the genotype data from A,C,G,T format to A, H, B, N.

Usage

  convert.genotypes(geno)

Arguments

geno

Character matrix containing A, C, G, T allele calls.

Value

Character matrix containing A, H, B, N.

Author(s)

Daniel Gatti

Examples

  ## Not run:  convert.genotypes(geno) 

[Package DOQTL version 1.19.0 Index]