merge.HiCcomparator: Finds regions, which interacts in both experiments (maps).

Description Usage Arguments Value See Also Examples

Description

Merges Hi-C contact maps data frames 1 and 2 of HiCcomparator object by i, j, diagonal, name columns.

Usage

1
2
## S3 method for class 'HiCcomparator'
merge(x, include.zero.cells = FALSE)

Arguments

x

HiCcomparator object

include.zero.cells

logical, whether to include cells, which have non zero number of contacts in one map, but not the other, not recommended

Value

list of data frames with merged contact maps data in sparse format

See Also

HiCcomparator on how to construct HiCcomparator object

Examples

1
2
# first create HiCcomparator object - see ?HiCcomparator for examples
merged <- merge(hic.comparator)

rz6/CopulaHiC documentation built on Dec. 31, 2019, 9:19 a.m.