powered by
Read a catalog in standardized format from path.
ReadCatalog( file, ref.genome = NULL, region = "unknown", catalog.type = "counts", strict = TRUE )
Path to a catalog on disk in the standardized format.
A ref.genome argument as described in ICAMS.
ref.genome
ICAMS
region A character string designating a genomic region; see as.catalog and ICAMS.
as.catalog
One of "counts", "density", "counts.signature", "density.signature".
If TRUE, do additional checks on the input, and stop if the checks fail.
A catalog as an S3 object; see as.catalog.
To add or change attributes of the catalog, you can use function attr. For example, attr(catalog, "abundance") <- custom.abundance.
attr
attr(catalog, "abundance") <- custom.abundance
See also WriteCatalog
WriteCatalog
# NOT RUN { file <- system.file("extdata", "strelka.regress.cat.sbs.96.csv", package = "ICAMS") catSBS96 <- ReadCatalog(file) # }
Run the code above in your browser using DataLab