Calibrates SNP loci according to the CalMaTe method. Note: This is an internal function of the package, which is kept only kept to provide easy access to the internal fit functions. It it actually not elsewhere in the package, and should nor by others.
# S3 method for matrix
fitCalMaTe(dataT, references, flavor=c("v2", "v1"), ...)
Additional arguments passed to the internal fit functions.
A character
string specifying which internal fit function
(flavor of the CalMaTe algorithm) to use for fitting the model.
For backward compatibility, we try to keep all major versions of
the CalMaTe algorithm available. Older versions can be used by
specifying argument flavor
.
For more information about the different flavors,
see fitCalMaTeInternal
.
[1] M. Ortiz-Estevez, A. Aramburu, H. Bengtsson, P. Neuvial and A. Rubio, CalMaTe: A method and software to improve allele-specific copy number of SNP arrays for downstream segmentation, Bioinformatics, 2012 [PMC3381965].
For further information on the internal fit functions,
see fitCalMaTeInternal
.