ACNE
Affymetrix SNP Probe-Summarization using Non-Negative Matrix Factorization
A summarization method to estimate allele-specific copy number signals for Affymetrix SNP microarrays using non-negative matrix factorization (NMF).
README
<div id="badges"><!-- pkgdown markup -->
<a href="https://CRAN.R-project.org/web/checks/check_results_ACNE.html"><img border="0" src="https://www.r-pkg.org/badges/version/ACNE" alt="CRAN check status"/></a> <a href="https://github.com/HenrikBengtsson/ACNE/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/HenrikBengtsson/ACNE/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://app.codecov.io/gh/HenrikBengtsson/ACNE"><img border="0" src="https://codecov.io/gh/HenrikBengtsson/ACNE/branch/develop/graph/badge.svg" alt="Coverage Status"/></a>
</div>
# ACNE: Affymetrix SNP Probe-Summarization using Non-Negative Matrix Factorization
## Installation
R package ACNE is available on [CRAN](https://cran.r-project.org/package=ACNE) and can be installed in R as:
```r
install.packages("ACNE")
```
### Pre-release version
To install the pre-release version that is available in Git branch `develop` on GitHub, use:
```r
remotes::install_github("HenrikBengtsson/ACNE", ref="develop")
```
This will install the package from source.
<!-- pkgdown-drop-below -->
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.9.2 |
rolling linux/jammy R-4.5 | ACNE_0.9.2.tar.gz |
60.8 KiB |
0.9.2 |
rolling linux/noble R-4.5 | ACNE_0.9.2.tar.gz |
60.8 KiB |
0.9.2 |
rolling source/ R- | ACNE_0.9.2.tar.gz |
60.8 KiB |
0.9.2 |
latest linux/jammy R-4.5 | ACNE_0.9.2.tar.gz |
60.8 KiB |
0.9.2 |
latest linux/noble R-4.5 | ACNE_0.9.2.tar.gz |
60.8 KiB |
0.9.2 |
latest source/ R- | ACNE_0.9.2.tar.gz |
60.8 KiB |
0.9.2 |
2026-04-26 source/ R- | ACNE_0.9.2.tar.gz |
60.8 KiB |
0.9.2 |
2026-04-23 source/ R- | ACNE_0.9.2.tar.gz |
60.8 KiB |
0.9.1 |
2025-04-20 source/ R- | ACNE_0.9.1.tar.gz |
59.5 KiB |
Dependencies (latest)
Depends
- aroma.affymetrix (>= 2.14.0)
Imports
- MASS
- R.methodsS3 (>= 1.7.0)
- R.oo (>= 1.23.0)
- R.utils (>= 2.1.0)
- matrixStats (>= 0.50.0)
- R.filesets (>= 2.9.0)
- aroma.core (>= 2.14.0)