genotypeCallsBayes: genotype Calls by Bayes

Description Usage Arguments See Also Examples

Description

After globalMPRRefine, you should use Bayes to call final genotype.

Usage

1
2
genotypeCallsBayes(ALLELE.num, errorRate = 5e-04, eps = 1e-10, 
		maxIterate = 100, verbose = FALSE)

Arguments

ALLELE.num

one result of globalMPRRefine

errorRate

errorRate

eps

eps

maxIterate

maxIterate to control running time

verbose

choose to show details

See Also

globalMPRRefine

Examples

1
2
3
4
5
6
ALLELE.num=matrix(c(100,1,
					50,55,
					89,2,
					1,101,
					0,78),5,3,byrow=TRUE)
genotypeCallsBayes(ALLELE.num)

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