Brick_track_bricks {HiCBricks} | R Documentation |
Brick_track_bricks
will start tracking the provided Brick file.
Brick_track_bricks(Brick = NULL)
Brick |
required Path to the Brick file to track. |
Returns a named vector containing the path to the file along with the bioc Cache id as its name.
Brick.file <- system.file("extdata", "test.hdf", package = "HiCBricks") if(Brick_is_tracked(Brick.file)) { Brick_untrack_brick(Brick = Brick.file) Brick_track_bricks(Brick = Brick.file) }else{ Brick_track_bricks(Brick = Brick.file) }