applyPCA: Performs PCA on data

View source: R/Projections.R

applyPCAR Documentation

Performs PCA on data

Description

Performs PCA on data

Usage

applyPCA(exprData, maxComponents = 200)

Arguments

exprData

Expression matrix

maxComponents

Maximum number of components to calculate

Value

PCA data

Variance of each component

Eigenvectors of covariance matrix, aka the variable loadings


YosefLab/VISION documentation built on June 14, 2024, 5:27 p.m.