Package: IntervalSurgeon 1.3
IntervalSurgeon: Operating on Integer-Bounded Intervals
Manipulate integer-bounded intervals including finding overlaps, piling and merging.
Authors:
IntervalSurgeon_1.3.tar.gz
IntervalSurgeon_1.3.zip(r-4.5)IntervalSurgeon_1.3.zip(r-4.4)IntervalSurgeon_1.3.zip(r-4.3)
IntervalSurgeon_1.3.tgz(r-4.4-x86_64)IntervalSurgeon_1.3.tgz(r-4.4-arm64)IntervalSurgeon_1.3.tgz(r-4.3-x86_64)IntervalSurgeon_1.3.tgz(r-4.3-arm64)
IntervalSurgeon_1.3.tar.gz(r-4.5-noble)IntervalSurgeon_1.3.tar.gz(r-4.4-noble)
IntervalSurgeon_1.3.tgz(r-4.4-emscripten)IntervalSurgeon_1.3.tgz(r-4.3-emscripten)
IntervalSurgeon.pdf |IntervalSurgeon.html✨
IntervalSurgeon/json (API)
# Install 'IntervalSurgeon' in R: |
install.packages('IntervalSurgeon', repos = c('https://daniel-jg.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 9 months agofrom:97466dba49. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win-x86_64 | OK | Nov 17 2024 |
R-4.5-linux-x86_64 | OK | Nov 17 2024 |
R-4.4-win-x86_64 | OK | Nov 17 2024 |
R-4.4-mac-x86_64 | OK | Nov 17 2024 |
R-4.4-mac-aarch64 | OK | Nov 17 2024 |
R-4.3-win-x86_64 | OK | Nov 17 2024 |
R-4.3-mac-x86_64 | OK | Nov 17 2024 |
R-4.3-mac-aarch64 | OK | Nov 17 2024 |
Exports:annotatebreakscovereddepthdetached_sorted_nonemptyflattenintersectedintersectsjoinoverlapspileproportion_overlapsectionssetdiffsstitchunions
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Operating on Integer-Bounded Intervals | IntervalSurgeon-package IntervalSurgeon |
Annotate one set of intervals with the names of those which intersect with the other | annotate |
Get break points for set of intervals | breaks |
Depth of piled intervals | depth |
Check intervals are detached, sorted and non-empty. | detached_sorted_nonempty |
Flatten a set of intervals | flatten |
Determine whether each interval in a given set are intersected/covered by intervals in another set | covered intersected |
Get all overlapping tuples of intervals from multiple sets | join |
Compute overlaps of two sets of detached and sorted intervals | intersects overlaps setdiffs unions |
Get IDs of intervals covering each sub-interval | pile |
Calculate proportion overlapping of intersecting intervals | proportion_overlap |
Get the sections from a set of interval breaks | sections |
Stich together touching intervals and remove empty intervals | stitch |