Learn R Programming

DOQTL (version 1.8.0)

convert.genotypes: 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.

Examples

Run this code
  ## Not run:  convert.genotypes(geno) 

Run the code above in your browser using DataLab