defunct {scran} | R Documentation |
Functions that have passed on to the function afterlife. Their successors are also listed.
trendVar(...) decomposeVar(...) testVar(...) improvedCV2(...) technicalCV2(...) makeTechTrend(...) multiBlockVar(...) multiBlockNorm(...) overlapExprs(...) parallelPCA(...)
... |
Ignored arguments. |
trendVar
, decomposeVar
and testVar
are succeeded by a suite of funtions related to modelGeneVar
and fitTrendVar
.
improvedCV2
and technicalCV2
are succeeded by modelGeneCV2
and fitTrendCV2
.
makeTechTrend
is succeeded by modelGeneVarByPoisson
.
multiBlockVar
is succeeded by the block
argument in many of the modelling functions, and multiBlockNorm
is no longer necessary.
overlapExprs
is succeeded by findMarkers
with test.type="wilcox"
.
parallelPCA
has been moved over to the PCAtools package.
All functions error out with a defunct message pointing towards its descendent (if available).
Aaron Lun
try(trendVar())