Skip to contents

Write a counts object to a file

Usage

scc_write(object, out_dir, overwrite = FALSE)

mcc_write(object, out_dir, overwrite = FALSE)

Arguments

object

a counts object (ScCounts or McCounts)

out_dir

the output directory

overwrite

whether to overwrite existing directory

Examples

if (FALSE) {
scc_write(sc_counts, "sc_counts")
mcc_write(mc_counts, "mc_counts")
}