Hervé Pagès
Hervé Pagès
Hi, `Rsamtools::pileup()` was implemented years ago (in 2014) by a Bioconductor core team member (Nathaniel Hayden) who has left the team since then. It was a significant effort i.e. Nathaniel...
Certainly a good idea for the repo to provide a code of conduct. I'm curious though: I don't see any code of conduct in the Bioconductor packages that you authored...
Reminds me of this **Rhtslib** Windows-specific bug from 2.5 years ago: https://support.bioconductor.org/p/124568/ Yes **Rhtslib** still contains HTSlib 1.7 which is lagging 4 years behind the latest HTSlib (version 1.15). Right...
Note that `relist()` already does what the proposed `unlist
AFAIK this is what `min()`, `max()`, and `range()` have been doing on CompressedIntegerList objects for years.
@LiNk-NY @lawremi @LTLA In regard with what was discussed in issue #10, is it OK to close this issue? Thanks!
Unfortunately this idea doesn't apply to `intersect` or `setdiff` either because for these operations too a range in the output doesn't necessarily map back to a single range in each...
Sounds good to me. Just to clarify, we want to propagate the metadata columns from the _left_ input object (`x`) for `intersect()` and `setdiff()`. So we only need to overwrite...
One more thing, and this is just to put as much things as possible on the table, I should mention that `reduce()` and a few other _inter-range transformations_ (e.g. `disjoin()`...
@FelixErnst Hi Felix, I was not sure where we stand on this. Do you still need this? Or maybe you came up with your own solution/implementation already? My feeling at...