Learn R Programming

metagenomeSeq (version 1.14.0)

libSize: Access sample depth of coverage from MRexperiment object

Description

The libSize vector represents the column (sample specific) sums of features, i.e. the total number of reads for a sample or depth of coverage. It is used by fitZig.

Usage

libSize(obj)

Arguments

obj
a MRexperiment object.

Value

Library sizes

Examples

Run this code

data(lungData)
head(libSize(lungData))

Run the code above in your browser using DataLab