Skip to contents

Retrieves imported Hi-C interactions.

Usage

# S4 method for class 'ChromatinContacts'
interactions(x)

Arguments

x

ChromatinContacts object.

Value

GInteractions (Hi-C data) or NULL (not yet imported).

Details

Must load with import() first. GInteractions contains bin coordinates and metadata (count, balanced).

Examples

if (FALSE) { # \dontrun{
cc <- ChromatinContacts("sample.cool") |> import()
gis <- interactions(cc)
} # }