Brick_list_tracked_bricks {HiCBricks} | R Documentation |
Brick_list_tracked_bricks
will list all Brick objects that are being
tracked.
Brick_list_tracked_bricks(detailed = FALSE, preserve.col.names = FALSE)
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. |
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.
Brick_list_tracked_bricks()