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 Feb. 28, 2024, 10:19 a.m.