resultsPath {MAIT}R Documentation

Retrieves the folder where the results are saved for a MAIT object

Description

Function resultsPath returns the folder where the plots and tables are saved for a MAIT-class object

Usage


resultsPath(MAIT.object)

Arguments

MAIT.object

A MAIT-class object

Value

A character showing where the plots and tables have been stored.

Author(s)

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

See Also

MAIT-class

Examples

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

[Package MAIT version 1.18.0 Index]