| [.Assay5 | R Documentation |
Get and set layer data
## S3 method for class 'Assay5'
x[i = missing_arg(), j = missing_arg(), ...]
## S4 replacement method for signature 'Assay5,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
LayerData
v5 Assay object, validity, and interaction methods:
$.Assay5(),
Assay5-class,
Assay5-validity,
[[.Assay5(),
dim.Assay5(),
dimnames.Assay5(),
merge.Assay5(),
split.Assay5(),
subset.Assay5()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.