convert.genotypes {DOQTL} | R Documentation |
Convert the genotype data from A,C,G,T format to A, H, B, N.
convert.genotypes(geno)
geno |
Character matrix containing A, C, G, T allele calls. |
Character matrix containing A, H, B, N.
Daniel Gatti
## Not run: convert.genotypes(geno)