R/make_InteractionSet.R
make_InteractionSet.Rd
Convert HiCdiff results to InteractionSet object
make_InteractionSet(hic.table)
hic.table | A hic.table object. |
---|
An object of class InteractionSet
This function will convert data from HiCdiff results in the hic.table object format to the InteractionSet format which makes use of GRanges objects.
# create hic.table data(HMEC.chr22) data(NHEK.chr22) hic.table <- create.hic.table(HMEC.chr22, NHEK.chr22, chr='chr22') # convert to InteractionSet gi <- make_InteractionSet(hic.table)