normalize_by_depth | R Documentation |
Normalize expression profiles by sequencing depth.
normalize_by_depth(counts)
counts |
The raw count matrix. |
Trasformed counts.
library(airway)
data(airway)
normalize_by_depth(assays(airway)$counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.