View source: R/read_write_catalog.R
ReadCatalogInternal | R Documentation |
Internal read catalog function to be wrapped in a tryCatch
ReadCatalogInternal(
file,
ref.genome = NULL,
region = "unknown",
catalog.type = "counts"
)
file |
Path to a catalog on disk in a standardized format. The recognized formats are:
|
ref.genome |
A |
region |
region A character string designating a genomic region;
see |
catalog.type |
One of "counts", "density", "counts.signature", "density.signature". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.