View source: R/supporting_functions.R
alias_to_symbol_seurat | R Documentation |
alias_to_symbol_seurat
Convert aliases to official gene symbols in a Seurat Object. Makes use of 'convert_alias_to_symbols'
alias_to_symbol_seurat(seurat_obj, organism)
seurat_obj |
Seurat object, v4 or below. For Seurat v5, a warning is thrown and the same object will be returned. |
organism |
Is Seurat object data from "mouse" or "human" |
Seurat object
## Not run:
seurat_object_lite = readRDS(url("https://zenodo.org/record/3531889/files/seuratObj_test.rds"))
seurat_object_lite = seurat_object_lite %>% alias_to_symbol_seurat("human")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.