plotBoxplot {MAIT} | R Documentation |
This function takes a MAIT-class object containing information related to the significant features and plots a boxplot for each significant feature (peak or spectra).
plotBoxplot(MAIT.object=NULL)
MAIT.object |
A MAIT-class object where significant features have already been found. |
A boxplot is stored as a png file for each of the significant features (peak or spectra). The files will be stored in the directory (working directory)/Boxplots
Francesc Fernandez, francesc.fernandez.albert@upc.edu
spectralAnova
spectralTStudent
data(MAIT_sample) MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE) MAIT<-plotBoxplot(MAIT)