Skip to contents

Retrieves chromosome/sequence information.

Usage

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

Arguments

x

ChromatinContacts object.

Value

Seqinfo object.

Examples

if (FALSE) { # \dontrun{
cc <- ChromatinContacts("sample.cool")
seqinfo(cc)
} # }