Closed tbrunetti closed 2 years ago
Thank you for the report.
This issue should be solved in the next version (released with the next Bioconductor release, probably by the end of the month; meanwhile it is available in the development branch: https://bioconductor.org/packages/3.15/bioc/html/RcisTarget.html).
Please let us know if the problem persists.
i am going through your RcisTarget tutorial for region based parts of the genome so I can apply it to my ATAC-seq dataset RcisTarget tutorial. I am using R version 4.1.1 and have confirmed I have RcisTarget version 1.12.0 as the tutorial suggests.
Everything runs fine until I run the following in of code in the tutorial:
It seems that the
convertToTargetRegions()
function relies on the functionfindOverlaps()
which does not exist within the proper scope.The exact error message is as follows:
Error during wrapup: could not find function "findOverlaps"
For full transparency and reproducibility here is the sessionInfo():