The CalMaTe method calibrates preprocessed allele-specific copy number estimates (ASCNs) from DNA microarrays by controlling for single-nucleotide polymorphism-specific allelic crosstalk. The resulting ASCNs are on average more accurate, which increases the power of segmentation methods for detecting changes between copy number states in tumor studies including copy neutral loss of heterozygosity. CalMaTe applies to any ASCNs regardless of preprocessing method and microarray technology, e.g. Affymetrix and Illumina.
Whenever using the calmate package or the CalMaTe method, please cite:
R package calmate is available on CRAN and can be installed in R as:
install.packages("calmate")
To install the pre-release version that is available in Git branch
develop
on GitHub, use:
::install_github("HenrikBengtsson/calmate", ref="develop") remotes
This will install the package from source.