Read an McCounts object from a directory
Usage
mcc_read(path, id = NULL, description = NULL, verbose = TRUE)
Arguments
- path
path to the directory containing the object (which was created by scc_from_bam
)
- id
an identifier for the object (optional)
- description
description of the object (optional)
- verbose
print success message (default: TRUE)
Examples
if (FALSE) {
mc_counts <- mcc_read("pbmc_reads_mc")
}