sequencing_depth | R Documentation |
Compute the per-sample sequencing depth.
sequencing_depth(counts)
counts |
The count matrix. |
An integer vector, holding the sequencing depth for each sample.
library(airway)
data(airway)
sequencing_depth(assays(airway)$counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.