| [.StdAssay | R Documentation |
Get and set layer data
## S3 method for class 'StdAssay'
x[i = missing_arg(), j = missing_arg(), ...]
## S4 replacement method for signature 'StdAssay,character,ANY,ANY'
x[i, j, ...] <- value
x |
An |
i |
Name of layer data to get or set |
j |
Ignored |
... |
Arguments passed to |
value |
A matrix-like object to add as a new layer |
[: The layer data for layer i
[<-: x with layer data value saved as i
v5 Standard Assay object, validity, and interaction methods
$.StdAssay(),
.DollarNames.StdAssay(),
StdAssay-class,
StdAssay-validity,
[[.StdAssay(),
dim.StdAssay(),
dimnames.StdAssay(),
show,StdAssay-method,
split.StdAssay(),
subset.StdAssay()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.