zerosVsDepth | R Documentation |
Calculate and visualize the dropout rate.
zerosVsDepth(object, ...)
## S4 method for signature 'SingleCellExperiment'
zerosVsDepth(object, assay = 1L)
## S4 method for signature 'SummarizedExperiment'
zerosVsDepth(object, assay = 1L)
## S4 method for signature 'matrix'
zerosVsDepth(object)
## S4 method for signature 'sparseMatrix'
zerosVsDepth(object)
object |
Object. |
assay |
|
... |
Additional arguments. |
matrix
.
Updated 2022-10-24.
Michael Steinbaugh, Rory Kirchner
data(SingleCellExperiment_splatter, package = "AcidTest")
## SingleCellExperiment ====
object <- SingleCellExperiment_splatter
df <- zerosVsDepth(object)
summary(df)
colnames(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.