Skip to contents

Change the cell names of a ScCounts object

Usage

scc_change_names(sc_counts, new_names)

Arguments

sc_counts

a ScCounts object

new_names

new cell names

Value

a new ScCounts object with the new cell names

Examples

if (FALSE) {
sc_counts <- scc_read("pbmc_reads")
sc_counts <- scc_change_names(sc_counts, paste0(sc_counts@cell_names, "_rep1"))
}