GetClass | R Documentation |
S4 classes are useful in the context of their defining package (benefits of stricter typing). In order to ensure class information is properly retained in HDF5 files, S4 class names are written as “package:classname” with certain exceptions (eg. S4 classes defined by Seurat)
GetClass(class, packages = "Seurat")
class |
Class name |
packages |
A vector of packages to exclude from resulting class information |
A character vector with the class
SeuratDisk:::GetClass('Seurat')
SeuratDisk:::GetClass('Matrix')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.