Description Usage Arguments Value Author(s) See Also Examples
Function featureSigID
extracts the vector index of the feature IDs of a MAIT object that have been found significant through function spectralSigFeatures.
1 | featureSigID(MAIT.object)
|
MAIT.object |
A MAIT-class object |
A numeric vector containing the statistically significant feature IDs of the MAIT object.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
MAIT-class
spectralSigFeatures
1 2 3 4 | data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
featureSigID(MAIT)
featureID(MAIT)[featureSigID(MAIT)] #Significant spectra IDs
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.