split_centromere: Function to split hic.table into 2 subsets at the centromere

Description Usage Arguments Value Examples

View source: R/split_centromere.R

Description

Function to split hic.table into 2 subsets at the centromere

Usage

1
split_centromere(hic.table)

Arguments

hic.table

A hic.table or list of hic.table objects

Value

A list of hic.tables in which the matrices have been split at the centromere

Examples

1
2
3
4
data('HMEC.chr22')
data('NHEK.chr22')
hic.table <- create.hic.table(HMEC.chr22, NHEK.chr22, chr = 'chr22')
split <- split_centromere(hic.table)

HiCcompare documentation built on Nov. 8, 2020, 8:26 p.m.