featureSigID: Feature statistically significant ID extractor from a MAIT...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/featureSigID.R

Description

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

Usage

1
featureSigID(MAIT.object)

Arguments

MAIT.object

A MAIT-class object

Value

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

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu

See Also

MAIT-class spectralSigFeatures

Examples

1
2
3
4
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
featureSigID(MAIT)
featureID(MAIT)[featureSigID(MAIT)] #Significant spectra IDs

MAIT documentation built on Nov. 8, 2020, 5:43 p.m.