Learn R Programming

ALDEx2 (version 1.4.0)

getFeatureNames: getFeatureNames

Description

Returns the names of the features as a vector, for an aldex.clr object.

Usage

getFeatureNames(.object)

Arguments

.object
A aldex.clr object containing the Monte Carlo Dirochlet instances derived from estimating the technical variance of the raw read count data, along with sample and feature information.

Value

A vector of feature names.

Details

Returns the names of the keys that can be used to subset the data rows. The keys values are the rsid's.

See Also

aldex.clr

Examples

Run this code
data(selex)
x <- aldex.clr(selex, mc.samples = 2, verbose = FALSE)
featureNames <- getFeatureNames(x)

Run the code above in your browser using DataLab