Learn R Programming

ALDEx2 (version 1.4.0)

getMonteCarloInstances: getMonteCarloInstances

Description

Returns the Monte Carlo Dirochlet instances used to create an aldex.clr object.

Usage

getMonteCarloInstances(.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 list of data frames of Monte Carlo Dirochlet instances derived from estimating the technical variance of the raw read count data.

Details

Returns the Monte Carlo Dirochlet instances used to create an aldex.clr object.

See Also

aldex.clr

Examples

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

Run the code above in your browser using DataLab