runPCA_prcomp_irlba: runPCA_prcomp_irlba

Description Usage Arguments Value

View source: R/dimension_reduction.R

Description

performs PCA based on the irlba package

Usage

1
2
3
4
5
6
7
8
runPCA_prcomp_irlba(
  x,
  ncp = 100,
  center = TRUE,
  scale = TRUE,
  rev = FALSE,
  ...
)

Arguments

x

matrix or object that can be converted to matrix

ncp

number of principal components to calculate

center

center data

scale

scale features

rev

reverse PCA

Value

list of eigenvalues, loadings and pca coordinates


bernard2012/Giotto documentation built on Sept. 22, 2020, 10:29 a.m.