Brick_list_rangekeys {HiCBricks} | R Documentation |
Brick_list_rangekeys
lists the names of all ranges associated to a Brick.
Brick_list_rangekeys(Brick)
Brick |
Required. A string specifying the path to the Brick store created with CreateBrick. |
A one dimensional character vector of length x specifying the names of all ranges currently present in the file.
Brick.file <- system.file("extdata", "test.hdf", package = "HiCBricks") Brick_list_rangekeys(Brick = Brick.file)