featureID {MAIT} | R Documentation |
Function featureID
extracts the feature IDs of a MAIT object as a vector.
featureID(MAIT.object)
MAIT.object |
A MAIT-class object |
A numeric vector containing the feature IDs of the MAIT object.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
data(MAIT_sample) MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE) featureID(MAIT)