sequencing_depth: Compute the per-sample sequencing depth.

View source: R/expression.R

sequencing_depthR Documentation

Compute the per-sample sequencing depth.

Description

Compute the per-sample sequencing depth.

Usage

sequencing_depth(counts)

Arguments

counts

The count matrix.

Value

An integer vector, holding the sequencing depth for each sample.

Examples

library(airway)
data(airway)
sequencing_depth(assays(airway)$counts)


sales-lab/omicsdata documentation built on April 15, 2024, 11:33 p.m.