Brick_is_tracked {HiCBricks}R Documentation

Check if a Brick is being tracked.

Description

Brick_is_tracked checks if the provided Brick file is being tracked or not.

Usage

Brick_is_tracked(Brick = NULL)

Arguments

Brick

required Path to the Brick file to check.

Value

Returns TRUE or FALSE indicating if the file path is being tracked or not.

Examples

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

[Package HiCBricks version 1.0.0 Index]