Brick_list_rangekeys {HiCBricks}R Documentation

List the ranges tables stored within the Brick.

Description

Brick_list_rangekeys lists the names of all ranges associated to a Brick.

Usage

Brick_list_rangekeys(Brick)

Arguments

Brick

Required. A string specifying the path to the Brick store created with CreateBrick.

Value

A one dimensional character vector of length x specifying the names of all ranges currently present in the file.

Examples


Brick.file <- system.file("extdata", "test.hdf", package = "HiCBricks")
Brick_list_rangekeys(Brick = Brick.file)


[Package HiCBricks version 1.2.0 Index]