v5-assay-summaries | R Documentation |
Summary maths for StdAssay
Objects
## S4 method for signature 'StdAssay'
colMeans(x, na.rm = FALSE, dims = 1, layer = NULL, ...)
## S4 method for signature 'StdAssay'
colSums(x, na.rm = FALSE, dims = 1, layer = NULL, ...)
## S4 method for signature 'StdAssay'
rowMeans(x, na.rm = FALSE, dims = 1, layer = NULL, ...)
## S4 method for signature 'StdAssay'
rowSums(x, na.rm = FALSE, dims = 1, layer = NULL, ...)
x |
an array of two or more dimensions, containing numeric,
complex, integer or logical values, or a numeric data frame. For
|
na.rm |
logical. Should missing values (including |
dims |
integer: Which dimensions are regarded as ‘rows’ or
‘columns’ to sum over. For |
layer |
Name of layer to run function on |
... |
Ignored |
The results of the summary math function for the layer specified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.