pca_giotto: pca_giotto

Description Usage Arguments Value

View source: R/dimension_reduction.R

Description

performs PCA based on Rfast

Usage

1
pca_giotto(mymatrix, center = T, scale = T, k = 50)

Arguments

mymatrix

matrix or object that can be converted to matrix

center

center data

scale

scale features

k

number of principal components to calculate

Value

list of eigenvalues, eigenvectors and pca coordinates


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