sigPeaksTable: Build a table of the information related to the significant...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/sigPeaksTable.R

Description

Function sigPeaksTable takes an MAIT-class object containing significant feature information and builds a table with the information related to these features.

Usage

1
2
3
4
sigPeaksTable(MAIT.object=NULL,
             printCSVfile=FALSE,
             extendedTable = TRUE,
             printAnnotation=TRUE)

Arguments

MAIT.object

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

printCSVfile

Set to TRUE if an output table has to be produced. The table should be found in (working directory)/(project directory)Tables/significativeFeatures.csv.

extendedTable

Set to TRUE the table created by the peak external data is used.

printAnnotation

Set to TRUE The peak annotation is provided in the output table

Value

A table containing:

Author(s)

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

See Also

spectralTStudent spectralAnova

Examples

1
2
3
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
head(sigPeaksTable(MAIT))

MAIT documentation built on Nov. 8, 2020, 5:43 p.m.