Compute summary from assay matrix
get_assay_summary(x, ...)
# S3 method for SingleCellExperiment
get_assay_summary(
x,
name,
assay.name = "logcounts",
column = "symbol",
sum.fun = mean,
...
)
# S3 method for Seurat
get_assay_summary(
x,
name,
assay.name = NULL,
slot = "data",
column = "symbol",
sum.fun = mean,
...
)
get_expression(...)
object to compute summary.
arguments passed down to specific methods.
name of the feature value for which to compute the summary.
name of the assay slot.
name of the column where to find 'name' (default: 'symbol').
summary function (by default mean).
name of the Seurat data slot.