Skip to contents

makenames_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

Usage

makenames_SCE(sce)

Arguments

sce

SingleCellExperiment object of the scRNAseq data of interest. Contains both sender and receiver cell types.

Value

SingleCellExperiment Object

Examples

if (FALSE) { # \dontrun{
sce = sce %>% makenames_SCE()
} # }