List the cached regions of an McTracks object
Usage
mct_ls_cached_regions(mct)
Arguments
- mct
a McTracks object
Value
an intervals set with additional "downsample" and "downsample_n" fields, representing the intervals matrices that are currently cached.
Examples
if (FALSE) {
mct_ls_cached_regions(mct)
}