
Clean Unused Regions in a linkSet Object
Source:R/AllGenerics.R
, R/methods.R
clean_unused_regions.Rd
This function removes unused regions from a linkSet object, ensuring that all regions are referenced by either anchor1 or anchor2.
Examples
data(linkExample)
linkExample <- clean_unused_regions(linkExample)