libSize {metagenomeSeq} | R Documentation |
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
.
libSize(object)
object |
a |
Library sizes
Joseph N. Paulson
data(lungData) head(libSize(lungData))