pcaScores {MAIT}R Documentation

Scores extractor for the PCA model

Description

Function pcaScores returns the loading vectors for the PCA model when function plotPCA

Usage


pcaScores(MAIT.object)

Arguments

MAIT.object

A MAIT-class object

Value

A matrix with the PCA loading vectors.

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu

See Also

plotPCA

Examples

data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT<-plotPCA(MAIT,plot3d=FALSE)
pcaScores(MAIT)

[Package MAIT version 1.26.0 Index]