plyranges
plyranges copied to clipboard
Implements strandedness for filter_by_overlap() family. Closes #96.
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.
For what it's worth, I think the failed CI is a bug in master
.