pcaLoadings {MAIT}R Documentation

Loadings extractor for the PCA model

Description

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

Usage


pcaLoadings(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)
pcaLoadings(MAIT)

[Package MAIT version 1.28.0 Index]