concat_hic: Concatenate a list of 'ht_table'

View source: R/utils.R

concat_hicR Documentation

Concatenate a list of ht_table

Description

Under the hood, an ht_table is a data.table, so you can concatenate a list of ht_table by data.tables::rbindlist. However, the result is no long an ht_table, but a data.table. In order to preserve ht_table properties, concat_hic is preferable.

Usage

concat_hic(hic_list)

Arguments

hic_list

A list of ht_table

Details

Hi-C data in the list should be compatible. In other words, they should have the same resol, norm, type, and optionally, genome.

Value

A concatenated ht_table


haizi-zh/hictools documentation built on June 29, 2022, 4:32 a.m.