Brick_is_tracked {HiCBricks} | R Documentation |
Brick_is_tracked
checks if the provided Brick file is being
tracked or not.
Brick_is_tracked(Brick = NULL)
Brick |
required Path to the Brick file to check. |
Returns TRUE or FALSE indicating if the file path is being tracked or not.
Brick.file <- system.file("extdata", "test.hdf", package = "HiCBricks") Brick_is_tracked(Brick = Brick.file)