libSize {metagenomeSeq}R Documentation

Access sample depth of coverage from MRexperiment object

Description

Access 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(object)

Arguments

object

a MRexperiment object

Value

Library sizes

Author(s)

Joseph N. Paulson

Examples


data(lungData)
head(libSize(lungData))


[Package metagenomeSeq version 1.28.2 Index]