intervalIntersect: Intersect the intervals given by two dataframes Generates the...

View source: R/intervalIntersect.R

intervalIntersectR Documentation

Intersect the intervals given by two dataframes Generates the intersection dataframe resulting from the intersection of the intervals represented by two dataframes of intervals

Description

Intersect the intervals given by two dataframes Generates the intersection dataframe resulting from the intersection of the intervals represented by two dataframes of intervals

Usage

intervalIntersect(interval1, interval2)

Arguments

interval1

first dataframe

interval2

second dataframe

Value

A dataframe of intervals representing the inersection


fjbaron/accelerator documentation built on July 7, 2023, 6:52 p.m.