powered by
Get initial parental genotypes from SNP matrix randomly.
base2Allele(baseData = NULL)
matrix of SNP
matrix :2 columns and nrows of SNP data
base : matrix of SNP
globalMPRByMarkers
# NOT RUN { base=matrix(c("A",NA,"G", NA,"T","A", "C","G",NA),3,3,byrow=TRUE) base2Allele(base) # }
Run the code above in your browser using DataLab