| concat_hic | R Documentation |
ht_tableUnder 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.
concat_hic(hic_list)
hic_list |
A list of |
Hi-C data in the list should be compatible. In other words, they should have
the same resol, norm, type, and optionally, genome.
A concatenated ht_table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.