Brick_rangekey_exists {HiCBricks} | R Documentation |
Brick_rangekey_exists
checks for the presence of a particular ranges with
a certain name.
Brick_rangekey_exists(Brick, rangekey)
Brick |
Required. A string specifying the path to the Brick store created with CreateBrick. |
rangekey |
Required. A string specifying the name of the ranges to check for. |
A logical vector of length 1 with either TRUE or FALSE values.
Brick.file <- system.file("extdata", "test.hdf", package = "HiCBricks") Brick_rangekey_exists(Brick = Brick.file, rangekey = "Bintable")