Description Usage Arguments Details Value Examples
View source: R/make_InteractionSet.R
Convert HiCdiff results to InteractionSet object
1 | make_InteractionSet(hic.table)
|
hic.table |
A hic.table object. |
This function will convert data from HiCdiff results in the hic.table object format to the InteractionSet format which makes use of GRanges objects.
An object of class InteractionSet
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.