is_class | R Documentation |
When group
is not supplied (default),
determines which group of single-cell classes the object belongs to (if any).
When group
is supplied,
determine whether a single-cell object belongs to a particular group of
object classes.
See class_dict for details.
is_class(obj, group = NULL)
obj |
Data object. |
group |
Name of one or more single-cell group of single-cell object classes. |
obj <- example_obj("Seurat")
is_class(obj,"seurat")
X <- example_obj("matrix")
obj <- lapply(seq(3), function(...){X})
is_class(obj, "matrix_list")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.