make.names of all genes in a SingleCellExperiment Object
Source:R/pipeline_wrappers.R
makenames_SCE.Rdmakenames_SCE make.names of all genes in a SingleCellExperiment Object. Avoids missing of genes that are sometimes in original symbol, and sometimes in make.names() format
Examples
if (FALSE) { # \dontrun{
sce = sce %>% makenames_SCE()
} # }