featureID {MAIT}R Documentation

Feature ID extractor from a MAIT object

Description

Function featureID extracts the feature IDs of a MAIT object as a vector.

Usage


featureID(MAIT.object)

Arguments

MAIT.object

A MAIT-class object

Value

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

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)
featureID(MAIT)

[Package MAIT version 1.24.0 Index]