Brick_rangekey_exists {HiCBricks}R Documentation

Check to see if the Brick contains a ranges with a certain name.

Description

Brick_rangekey_exists checks for the presence of a particular ranges with a certain name.

Usage

Brick_rangekey_exists(Brick, rangekey)

Arguments

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.

Value

A logical vector of length 1 with either TRUE or FALSE values.

Examples


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


[Package HiCBricks version 1.2.0 Index]