stabilize {spatialDE} | 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.
set.seed(42) mock <- mockSVG(10, 1000, 10) stabilized <- stabilize(mock$counts)