lauravongoc
lauravongoc
Thank you for your comment. GRanges is not adapted for our data, as it only highlights a single range of positions, whereas each row in our data includes 2 sequences...
Hi, apologies for the delay. The package files in the repo have been updated with the added implementation of GInteractions class.
Dear @ococrook Thank you so much for the review, and my apologies as well for the delay. The above points have been addressed. Concerning the 2nd point, the file `sysdata.rda`...
Dear @ococrook, Putting internal data in `sysdata.rda` in the R folder was done following the R Packages guidelines I referenced from Hadley Wickham & Jenny Bryan, specifically the [Data](https://r-pkgs.org/data.html) section....
Dear @ococrook Indeed the documentation that was already there was for the data in `/data`. I have now added documentation for the sysdata.R in the `/inst/scripts/` folder as suggested.