R/PCA_MetaboMate-class.R

#' An S4 class to represent PCA models
# define slots for PCA object
#' @author Torben Kimhofer \email{tkimhofer@@gmail.com}
setClass("PCA_MetaboMate", representation(algorithm = "character", t = "matrix", p = "matrix", nc = "numeric", R2 = "numeric"))
kimsche/MetaboMate documentation built on Aug. 8, 2020, 1:14 a.m.