Learn R Programming

MAIT (version 1.6.0)

pcaLoadings: 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.

See Also

plotPCA

Examples

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

Run the code above in your browser using DataLab