UpdateSeuratObjectProperly | R Documentation |
This function is an extension on SeuratObject::UpdateSeuratObject()
. It
first calls UpdateSeuratObject()
, to updates the class definitions of of a (v3) Seurat object,
then it updates its assays to the 'Assay5' class, and updates the UMAP DimReduc to keys.
UpdateSeuratObjectProperly(obj, update.gene.symbols = TRUE)
obj |
A Seurat object to be updated. Default: None. |
update.gene.symbols |
Logical. If TRUE, gene symbols are updated to the latest version. |
An updated Seurat object.
## Not run:
combined.obj <- UpdateSeuratObjectProperly(combined.obj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.