Tidy Verbs for Dealing with Genomic Data Frames
Join intervals on chromosomes in data frames, to the closest partner
Subtract one data frame from another based on chromosome, start and en...
Cluster ranges which are implemented as 2 equal-length numeric vectors...
Intersect data frames based on chromosome, start and end.
Calculates the complement to the intervals covered by the intervals in...
Intersect data frames based on chromosome, start and end.
Handle genomic data within data frames just as you would with 'GRanges'. This packages provides method to deal with genomic intervals the "tidy-way" which makes it simpler to integrate in the the general data munging process. The API is inspired by the popular 'bedtools' and the genome_join() method from the 'fuzzyjoin' package.