View source: R/pipeline_wrappers.R
alias_to_symbol_SCE | R Documentation |
alias_to_symbol_SCE
Convert aliases to official gene symbols in a SingleCellExperiment Object. Makes use of 'nichenetr::convert_alias_to_symbols'
alias_to_symbol_SCE(sce, organism)
sce |
SingleCellExperiment object of the scRNAseq data of interest. Contains both sender and receiver cell types. |
organism |
Is sce data from "mouse" or "human" |
SingleCellExperiment Object
## Not run:
sce = sce %>% alias_to_symbol_SCE("human")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.