
Get resolution of ChromatinContacts object
Source:R/AllGenerics.R, R/getters-methods.R
resolution.RdRetrieves bin size in base pairs.
Examples
if (FALSE) { # \dontrun{
cc <- ChromatinContacts("sample.mcool", resolution = 10000L)
resolution(cc) # Returns 10000
} # }