Learn R Programming

ALDEx2 (version 1.4.0)

numConditions: numConditions

Description

Returns the number of conditions compared for analysis, for an aldex.clr object.

Usage

numConditions(.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 conditions compared.

Details

Returns the number of conditions compared.

See Also

aldex.clr

Examples

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

Run the code above in your browser using DataLab