Misc-StdAssay {SeuratObject} | R Documentation |
Get and set miscellaneous data
Description
Get and set miscellaneous data
Usage
## S3 method for class 'StdAssay'
Misc(object, slot = NULL, ...)
## S3 replacement method for class 'StdAssay'
Misc(object, slot, ...) <- value
Arguments
object |
An object |
slot |
Name of specific bit of meta data to pull |
... |
Arguments passed to other methods |
value |
Data to add |
Value
Miscellaneous data
An object with miscellaneous data added
[Package SeuratObject version 5.1.0 Index]