Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTimeline / interest for not yet implemented foverlaps() functionality #3002
Comments
|
Related: #3007 foverlaps error message could be more informative |
|
@sritchie73 thanks for this. I wrote |
|
Some potentially helpful other references: bedops, bedtools, tidygenomics. |
There are a number of arguments in the
foverlaps()function that are not yet implemented:type = "equal"- #3416maxgapminoverlapAlong with a few requested features:
minoverlapfoverlaps()should work withoutsetkey()beforehandfoverlaps()could work with factor levelsThere will be a lesson on the
foverlaps()function in the DataCamp course on joins, so I'm wanting to gauge whether its worth trying to implement these features before the course is released. Are there obvious technical barriers that have prevented these features from being implemented? Or has there been a lack of interest from the community and developers, e.g. given the availability ofGenomicRanges?