ContactsFile S4 class
      Source: R/ContactsFile-class.R, R/ContactsFile-methods.R
      ContactsFile-class.RdThe 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 - PairsFileobject);
- metadata: a list. If the CoolFile is created by - HiCool, it will contain two elements:- log(path to- HiCoolprocessing log file) and- stats(aggregating some stats from- HiCoolmapping).
ContactsFile methods.