Learn R Programming

ALDEx2 (version 1.4.0)

numFeatures: numFeatures

Description

Returns the number of features associated with the data, for an aldex.clr object.

Usage

numFeatures(.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 numeric representing the number of features associated with the data.

Details

Returns the number of features associated with the data.

See Also

aldex.clr

Examples

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

Run the code above in your browser using DataLab