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

View source: R/intervalIntersectv2.R

intervalIntersectv2R 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

intervalIntersectv2(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.