View source: R/split_centromere.R
split_centromere | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.