rpoh(genotypeMatrix, oh, forwardVectorSize = 30, excludeFP = TRUE, nsap = 3,
maxRec = 15, intercept = 26.3415, coefficient = 77.3171, snpnooh, method, maxsnpnooh)matrix genotype of one chromosome (data should be numeric. Use 0, 1 and 2 for respectively AA, AB and BB. Use 9 for missing data)integer Opposing homozygotes matrix (Output of ohg)integer number of heterozygous sites used to validate recombination events or check for genotyping errorslogical excludes SNPs that may cause heterozygous sites in the sire due to genotyping errors or map errorsinteger number of SNP per block to validate recombinationsinteger maximum number of expected recombinations per individualinteger intercept of fitted modelinteger coefficient of fitted modelinteger number of SNPs used to create oh matrix (this number must be divided by 1000)character pedigree reconstruction methodnumeric the maximum number of allowing opposing homozygote in a half-sib familypedigree1 <- rpoh(oh = oh, snpnooh = 732, method = "simple") pedigree2 <- rpoh(genotypeMatrix = genotypeChr1, oh = ohg(genotype), maxRec = 10 , method = "recombinations") pedigree3 <- rpoh(genotypeMatrix = genotype, oh = oh, method = "calus") pedigree4 <- rpoh(oh = oh, maxsnpnooh = 31662, method = "manual")
bmh and recombinations