Learn R Programming

ALDEx2 (version 1.4.0)

getReads: getReads

Description

Returns the count table used as input for analysis, for an aldex.clr object.

Usage

getReads(.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 data frame representing the count table used as input for analysis.

Details

Returns the count table.

See Also

aldex.clr

Examples

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

Run the code above in your browser using DataLab