defunct | R Documentation |
Functions that have passed on to the function afterlife. Their successors are also listed.
calculateQCMetrics(...)
## S4 method for signature 'SingleCellExperiment'
normalize(object, ...)
centreSizeFactors(...)
calculateDiffusionMap(x, ...)
## S4 method for signature 'ANY'
calculateDiffusionMap(x, ...)
runDiffusionMap(...)
multiplot(...)
object , x , ... |
Ignored arguments. |
calculateQCMetrics
is succeeded by perCellQCMetrics
and perFeatureQCMetrics
.
normalize
is succeeded by logNormCounts
.
centreSizeFactors
has no replacement - the SingleCellExperiment is removing support for multiple size factors, so this function is now trivial.
runDiffusionMap
and calculateDiffusionMap
have no replacement.
destiny is no longer on Bioconductor. You can calculate a diffusion map
yourself, and add it to a reducedDim
field, if you so wish.
All functions error out with a defunct message pointing towards its descendent (if available).
Aaron Lun
try(calculateQCMetrics())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.