ContactsFile
S4 class
Source: R/ContactsFile-class.R
, R/ContactsFile-methods.R
ContactsFile-class.Rd
The ContactsFile
class describes a BiocFile
object, pointing to the location
of an Hi-C matrix file (cool, mcool, hic, hicpro, ...) and containing additional slots:
resolution: at which resolution the associated mcool file should be parsed
pairsFile: the path (in plain character) to an optional pairs file (stored as a
PairsFile
object);metadata: a list. If the CoolFile is created by
HiCool
, it will contain two elements:log
(path toHiCool
processing log file) andstats
(aggregating some stats fromHiCool
mapping).
ContactsFile methods.