Learn R Programming

ALDEx2 (version 1.4.0)

getMonteCarloReplicate: getMonteCarloReplicate

Description

Returns the designated Monte Carlo Dirochlet replicate generated from analysis, for an aldex.clr object.

Usage

getMonteCarloReplicate(.object,i)

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.
i
The numeric index of the desired replicate.

Value

A data frame representing the designated Monte Carlo Dirochlet replicate generated from analysis.

Details

Returns the designated Monte Carlo Dirochlet replicate generated from analysis.

See Also

aldex.clr

Examples

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

Run the code above in your browser using DataLab