https://github.com/henrikbengtsson/calmate
🔬 R package: calmate - Improved Allele-Specific Copy Number of SNP Microarrays for Downstream Segmentation
https://github.com/henrikbengtsson/calmate
cran package r
Last synced: about 2 months ago
JSON representation
🔬 R package: calmate - Improved Allele-Specific Copy Number of SNP Microarrays for Downstream Segmentation
- Host: GitHub
- URL: https://github.com/henrikbengtsson/calmate
- Owner: HenrikBengtsson
- Created: 2015-02-23T18:48:55.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-08T23:11:16.000Z (about 3 years ago)
- Last Synced: 2025-03-03T17:04:30.917Z (2 months ago)
- Topics: cran, package, r
- Language: R
- Homepage: https://cran.r-project.org/package=calmate
- Size: 403 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# calmate: Improved Allele-Specific Copy Number of SNP Microarrays for Downstream Segmentation
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.
## Citing calmate
Whenever using the **calmate** package or the CalMaTe method, please cite:
* 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, Volume 28, Issue 13, 2012, Pages 1793-1794, [doi:10.1093/bioinformatics/bts248](https://doi.org/10.1093/bioinformatics/bts248)
## Installation
R package calmate is available on [CRAN](https://cran.r-project.org/package=calmate) and can be installed in R as:
```r
install.packages("calmate")
```### Pre-release version
To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/calmate", ref="develop")
```
This will install the package from source.