plotBoxplot {MAIT}R Documentation

Prints a png file for each of the significant peak/spectra present in the input

Description

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).

Usage


plotBoxplot(MAIT.object=NULL)

Arguments

MAIT.object

A MAIT-class object where significant features have already been found.

Value

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

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu

See Also

spectralAnova spectralTStudent

Examples

data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
MAIT<-plotBoxplot(MAIT)

[Package MAIT version 1.28.0 Index]