ReadCatalogInternal: Internal read catalog function to be wrapped in a tryCatch

View source: R/read_write_catalog.R

ReadCatalogInternalR Documentation

Internal read catalog function to be wrapped in a tryCatch

Description

Internal read catalog function to be wrapped in a tryCatch

Usage

ReadCatalogInternal(
  file,
  ref.genome = NULL,
  region = "unknown",
  catalog.type = "counts"
)

Arguments

file

Path to a catalog on disk in a standardized format. The recognized formats are:

ref.genome

A ref.genome argument as described in ICAMS.

region

region A character string designating a genomic region; see as.catalog and ICAMS.

catalog.type

One of "counts", "density", "counts.signature", "density.signature".


ICAMS documentation built on June 22, 2024, 6:47 p.m.