base2Allele: Get Initial Allele from SNP Matrix

Description Usage Arguments Details Value See Also Examples

Description

Get initial parental genotypes from SNP matrix randomly.

Usage

1
base2Allele(baseData = NULL)

Arguments

baseData

matrix of SNP

Details

base : matrix of SNP

Value

matrix :2 columns and nrows of SNP data

See Also

globalMPRByMarkers

Examples

1
2
3
4
base=matrix(c("A",NA,"G",
		NA,"T","A",
		"C","G",NA),3,3,byrow=TRUE)
base2Allele(base)

MPR.genotyping documentation built on May 2, 2019, 3:26 a.m.