Learn R Programming

ACNE: Affymetrix SNP Probe-Summarization using Non-Negative Matrix Factorization

Installation

R package ACNE is available on CRAN and can be installed in R as:

install.packages("ACNE")

Pre-release version

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("HenrikBengtsson/ACNE", ref="develop")

This will install the package from source.

Copy Link

Version

Install

install.packages('ACNE')

Monthly Downloads

362

Version

0.9.1

License

LGPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Last Published

February 17th, 2024

Functions in ACNE (0.9.1)

NmfPlm

The NmfPlm class
robustWInit

Robust initialization of the W (affinity) matrix
removeOutliers

Removes outliers in matrix containing SNP signals
robustHInit

Robust initialization of the H (copy number) matrix
NmfSnpPlm

The NmfSnpPlm class
snpArrayToMatrix

Reshapes SNP data in matrix form to array form and vice versa
Non-documented objects

Non-documented objects
doACNE

(ACNE)
pseudoinverse

Calculates the pseudo inverse of a matrix
fitSnpNmf

Non-negative matrix factorization (NMF) of a matrix containing SNP probe signals
ACNE-package

Package ACNE
plot.SnpNmfFit

Generates a multi-panel plot summarizing the NMF SNP fit
fitSnpNmfArray

Allele-specific copy number estimation using non-negative matrix factorization (NMF)
WHInit

Initialization of the W and H matrices