Description Usage Arguments Value Author(s) See Also Examples
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).
1 | 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
1 2 3 | data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT<-plotBoxplot(MAIT)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.