Brick_list_ranges_mcols {HiCBricks} | R Documentation |
Brick_list_ranges_mcols
will list the metadata columns of the specified
ranges if it is present in the Brick store.
Brick_list_ranges_mcols(Brick, rangekey = NULL)
Brick |
Required. A string specifying the path to the Brick store created with CreateBrick. |
rangekey |
Optional. A string specifying the name of the ranges. If not present, the metadata columns of all ranges will be listed. |
if no metadata columns are present, NA. If metadata columns are present, a data.frame object containing the name of the ranges and the associated metadata column name.
Brick.file <- system.file("extdata", "test.hdf", package = "HiCBricks") Brick_list_ranges_mcols(Brick = Brick.file, rangekey = "test_ranges")