Get and set miscellaneous data
Get and set miscellaneous data
Misc(object, ...) Misc(object, ...) <- value ## S3 method for class 'Assay' Misc(object, slot = NULL, ...) ## S3 replacement method for class 'Assay' Misc(object, slot, ...) <- value ## S3 method for class 'DimReduc' Misc(object, slot = NULL, ...) ## S3 replacement method for class 'DimReduc' Misc(object, slot, ...) <- value ## S3 method for class 'Seurat' Misc(object, slot = NULL, ...) ## S3 replacement method for class 'Seurat' Misc(object, slot, ...) <- value
object |
An object |
... |
Arguments passed to other methods |
value |
Data to add |
slot |
Name of specific bit of meta data to pull |
Miscellaneous data
An object with miscellaneous data added
# Get the misc info Misc(object = pbmc_small, slot = "example") # Add misc info Misc(object = pbmc_small, slot = "example") <- "testing_misc"
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.