DEprot.PCA class
PCA.metadatametadata of the samples used in the PCA (subset of the original DEprot@metadata. Class: "ANY".
sample.subsetvector containing the list of samples analyzed. Class: "ANY".
data.usedvector indicating the type of counts used (imputed, normalized, raw). Class: "ANY".
prcompobject of class prcomp (or output from pcaMethods::pca, method = "nipals") corresponding to the full PCA output. Class: "ANY".
PCsdata.frame combining the PC scores and the metadata table, useful for replotting. Class: "ANY".
importancestatistical summary table for the PCA analyses per each PC. Class: "ANY".
cumulative.PC.plotggplot object corresponding to out put of plot.PC.cumulative for this object. Class: "ANY".