Brick_list_tracked_bricks {HiCBricks}R Documentation

List all Bricks that have been created with .

Description

Brick_list_tracked_bricks will list all Brick objects that are being tracked.

Usage

Brick_list_tracked_bricks(detailed = FALSE, preserve.col.names = FALSE)

Arguments

detailed

Optional If FALSE, produces a data.frame of file paths pointing to the Brick objects. If TRUE, produces a tibble containing additional information such as the bioc cache tracking id, and the creation, last accession and modification times.

preserve.col.names

Optional If TRUE, will preserve the original colnames from the bioc cache tibble object. If FALSE, will attempt to humanize the colnames to improve readability.

Value

Returns a data.frame or tibble containing the path to tracked Brick objects. If tibble will contain additional information related to the tracking. For details see parameter detailed.

Examples

Brick_list_tracked_bricks()

[Package HiCBricks version 1.0.0 Index]