Last chance! 50% off unlimited learning
Sale ends in
"explo.plot"(object, samples = 1:2, plottype = "scores", factor = NULL)
"dat2save"(object)
dat()
function.
result
: List containing the output of PCA. It contains the following elements: "eigen" (eigenvalues and eigenvectors from the PCA decomposition),
"var.exp" (variance explained by each Principal Component), "scores" (coefficients of samples in each PC), "loadings" (coefficients of genes in each PC). factors
: Data.frame with factors inherited from object generated by readData() function. norm
: Value provided for argument "norm". logtransf
: Value provided for argument "logtransf".show
method in order to work and print
a summary of the elements which are contained and a dat2save
method
to save the relevant information in an object cleanly. It also has an
explo.plot
method to plot the data contained in the object.