R/ScCounts.R
scc_write.Rd
Write a counts object to a file
scc_write(object, out_dir, overwrite = FALSE) mcc_write(object, out_dir, overwrite = FALSE)
a counts object (ScCounts or McCounts)
the output directory
whether to overwrite existing directory
if (FALSE) { scc_write(sc_counts, "sc_counts") mcc_write(mc_counts, "mc_counts") }