stabilize | R Documentation |
Stabilize variance of negative binomial data using Anscombe's approximation.
This function is a wrapper for stabilize
from the
NaiveDE Python package.
stabilize(counts)
counts |
|
matrix
of variance stabilized counts.
## Mock up a SpatialExperiment object wit 400 cells and 3 genes
set.seed(42)
mock <- mockSVG(20, 3, 1)
stabilized <- stabilize(mock$counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.