Learn R Programming

metagenomeSeq (version 1.14.0)

expSummary: Access MRexperiment object experiment data

Description

The expSummary vectors represent the column (sample specific) sums of features, i.e. the total number of reads for a sample, libSize and also the normalization factors, normFactor.

Usage

expSummary(obj)

Arguments

obj
a MRexperiment object.

Value

Experiment summary table

Examples

Run this code

data(mouseData)
expSummary(mouseData)

Run the code above in your browser using DataLab