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 Feb. 19, 2023, 9:50 p.m.