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

View source: R/convert.genotypes.R

convert.genotypesR 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) 

dmgatti/DOQTL documentation built on April 7, 2024, 10:35 p.m.