Brick_matrix_isdone {HiCBricks}R Documentation

Check if a matrix has been loaded for a chromosome pair.

Description

Check if a matrix has been loaded for a chromosome pair.

Usage

Brick_matrix_isdone(Brick, chr1, chr2)

Arguments

Brick

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

chr1

Required. A character vector of length 1 specifying the chromosome corresponding to the rows of the matrix

chr2

Required. A character vector of length 1 specifying the chromosome corresponding to the columns of the matrix

Value

Returns a logical vector of length 1, specifying if a matrix has been loaded or not.

Examples

Brick.file <- system.file("extdata", "test.hdf", package = "HiCBricks")
Brick_matrix_isdone(Brick = Brick.file, chr1 = "chr19", chr2 = "chr19")


[Package HiCBricks version 1.2.0 Index]