Read an ScCounts object from a directory
Usage
scc_read(path, id = NULL, description = NULL, verbose = TRUE)
Arguments
- path
path to the directory containing the object (which was created by scc_from_fragments/bam
)
- id
an identifier for the object (optional)
- description
description of the object (optional)
- verbose
print success message (default: TRUE)
Examples
if (FALSE) {
counts <- scc_read("pbmc_reads")
}