R/split_centromere.R
split_centromere.Rd
Function to split hic.table into 2 subsets at the centromere
split_centromere(hic.table)
hic.table | A hic.table or list of hic.table objects |
---|
A list of hic.tables in which the matrices have been split at the centromere
data('HMEC.chr22') data('NHEK.chr22') hic.table <- create.hic.table(HMEC.chr22, NHEK.chr22, chr = 'chr22') split <- split_centromere(hic.table)