Learn R Programming

MAIT (version 1.6.0)

featureSigID: Feature statistically significant ID extractor from a MAIT object

Description

Function featureSigID extracts the vector index of the feature IDs of a MAIT object that have been found significant through function spectralSigFeatures.

Usage

featureSigID(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

A numeric vector containing the statistically significant feature IDs of the MAIT object.

See Also

MAIT-class spectralSigFeatures

Examples

Run this code
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
featureSigID(MAIT)
featureID(MAIT)[featureSigID(MAIT)] #Significant spectra IDs

Run the code above in your browser using DataLab