Learn R Programming

pPCA (version 1.1)

Partial Principal Component Analysis of Partitioned Large Sparse Matrices

Description

Performs partial principal component analysis of a large sparse matrix. The matrix may be stored as a list of matrices to be concatenated (implicitly) horizontally. Useful application includes cases where the number of total nonzero entries exceed the capacity of 32 bit integers (e.g., with large Single Nucleotide Polymorphism data).

Copy Link

Version

Install

install.packages('pPCA')

Monthly Downloads

125

Version

1.1

License

GPL-3

Maintainer

Srika Raja

Last Published

October 22nd, 2024

Functions in pPCA (1.1)

pPCA

Performs a principal component analysis on a large sparse matrices or a list of large sparse matrices and returns the results as an object compatible to class prcomp
print.pPCA

Print the Output of Principal Component Analysis (pPCA)