Brick_list_matrix_mcols: List the matrix metadata columns in the Brick store.

Description Usage Value Examples

View source: R/Brick_functions.R

Description

Brick_get_matrix_mcols will list the names of all matrix metadata columns.

Usage

1

Value

Returns a vector containing the names of all matrix metadata columns

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Bintable.path <- system.file(file.path("extdata", "Bintable_100kb.bins"), 
package = "HiCBricks")

out_dir <- file.path(tempdir(), "list_matrix_mcols_test")
dir.create(out_dir)

My_BrickContainer <- Create_many_Bricks(BinTable = Bintable.path, 
    bin_delim = " ", output_directory = out_dir, file_prefix = "Test",
    experiment_name = "Vignette Test", resolution = 100000,
    remove_existing = TRUE)

Brick_list_matrix_mcols()

HiCBricks documentation built on Nov. 8, 2020, 7:45 p.m.