R/ScCounts.R
scc_change_names.Rd
Change the cell names of a ScCounts object
scc_change_names(sc_counts, new_names)
a ScCounts object
new cell names
a new ScCounts object with the new cell names
if (FALSE) { sc_counts <- scc_read("pbmc_reads") sc_counts <- scc_change_names(sc_counts, paste0(sc_counts@cell_names, "_rep1")) }