tidyomics / plyranges

A grammar of genomic data transformation
https://tidyomics.github.io/plyranges/
140 stars 18 forks source link

Implements strandedness for filter_by_overlap() family. Closes #96. #97

Closed snystrom closed 7 months ago

snystrom commented 2 years ago

I added a set of _directed() methods for the filter_by_overlap family: filter_by_overlaps_directed() and filter_by_non_overlaps_directed(). This family of methods was also missing some unit tests so I added a few for the original as well as the newly implemented methods.

These changes close #96.

Note I didn't version bump in DESCRIPTION.

snystrom commented 2 years ago

For what it's worth, I think the failed CI is a bug in master.