Learn R Programming

MAIT (version 1.6.0)

featureInfo: Feature Info extractor from a MAIT object

Description

Function featureInfo extracts the slot MAIT.FeatureInfo of a MAIT object.

Usage

featureInfo(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

An object of the class MAIT.FeatureInfo. More Info at MAIT-class.

See Also

MAIT-class

Examples

Run this code
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
featureInfo(MAIT)

Run the code above in your browser using DataLab