fitCalMaTe.matrix | R Documentation |
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 class 'matrix' fitCalMaTe(dataT, references, flavor=c("v2", "v1"), ...)
dataT |
A 2xI |
references |
A |
... |
Additional arguments passed to the internal fit functions. |
flavor |
A |
Returns a 2xI numeric
matrix
of calibrated ASCNs.
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.