runPCA: Run a simple PCA analysis

View source: R/pca.R

runPCAR Documentation

Run a simple PCA analysis

Description

Common function for PCA-using parts of the app

Usage

runPCA(matrix, do_log = TRUE)

Arguments

matrix

Matrix (not logged)

do_log

Boolean- apply log transform to input matrix?

Value

pca Output of the prcomp function

Examples

runPCA(mymatrix)


pinin4fjords/shinyngs documentation built on Jan. 18, 2025, 7:09 p.m.