Learn R Programming

MAIT (version 1.6.0)

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

See Also

plotPCA

Examples

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

Run the code above in your browser using DataLab