Learn R Programming

ALDEx2 (version 1.4.0)

getFeatures: getFeatures

Description

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

Usage

getFeatures(.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 features.

Details

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

See Also

aldex.clr

Examples

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

Run the code above in your browser using DataLab