Learn R Programming

ALDEx2 (version 1.4.0)

numMCInstances: numMCInstances

Description

Returns the number of Monte Carle Dirochlet instances generated for analysis, for an aldex.clr object.

Usage

numMCInstances(.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 Monte Carle Dirochlet instances generated for analysis.

Details

Returns the number of Monte Carle Dirochlet instances generated for analysis.

See Also

aldex.clr

Examples

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

Run the code above in your browser using DataLab