make_InteractionSet: Convert HiCdiff results to InteractionSet object

Description Usage Arguments Details Value Examples

View source: R/make_InteractionSet.R

Description

Convert HiCdiff results to InteractionSet object

Usage

1

Arguments

hic.table

A hic.table object.

Details

This function will convert data from HiCdiff results in the hic.table object format to the InteractionSet format which makes use of GRanges objects.

Value

An object of class InteractionSet

Examples

1
2
3
4
5
6
# 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)

dozmorovlab/HiCdiff documentation built on May 20, 2019, 11:13 a.m.