pcaCalculation: Principle Components Analysis

View source: R/fct_multidimensionalAnalyses.R

pcaCalculationR Documentation

Principle Components Analysis

Description

Principle Components Analysis

Usage

pcaCalculation(
  dataMatrix,
  logged = FALSE,
  scaled = FALSE,
  centered = FALSE,
  missing = 0L
)

Arguments

dataMatrix

data as matrix, columns are variables and rows are samples

logged

should the matrix by log10 normalized?

scaled

NA

centered

NA

missing

Missing values should be replaced with...

Value

a single trimmed and binned MALDIquant peak object


chasemc/IDBacApp documentation built on Oct. 22, 2022, 2:52 a.m.