McCOIL_proportional.Rd
This function triggers the c code for the proportional method
McCOIL_proportional(
dataA1,
dataA2,
maxCOI = 25,
totalrun = 10000,
burnin = 1000,
M0 = 15,
epsilon = 0.02,
err_method = 1,
path = getwd(),
output = "output.txt",
thin = 1
)
The intensity of signals of allele 1 from the SNP assay. Row names are names of samples and column names are names of assays.
The intensity of signals of allele 2 from the SNP assay. Row names are names of samples and column names are names of assays.
Upper bound for COI. The default is 25.
The total number of MCMC iterations. The default is 10000.
The total number of burnin iterations. The default is 1000.
Initial COI. The default is 15.
The level of measurement error (eest). The default is 0.2.
The default is 1. 1: use pre-specified epsilon; 2: use likelihood-free sampling for epsilon; 3: update epsilon according to likelihood (for 2 and 3, pre-specified epsilon was used as initial value)
The default is the current directory.
The name of output file. The default is output.txt.
Numeric for how much the chain is thinned. Default = 1, means every iteration is written to file. If it was 0.1 then every 10th iteration is written to file
summary of output as data.frame