Closed Xindong-Sun closed 2 years ago
@serachoi1230 I think this might be due to a disconnect between the dev version v0.99.21 (and its documentation on GitHub Pages), and the Bioc release version v1.0.0 (which @Xindong-ZJU is using). I also noticed that the Bioc devel version is v1.1.0, which does not match up with the version on GitHub. @serachoi1230 can you update the version number in the DESCRIPTION to 1.1.1 and push an update to Bioc devel?
@Xindong-ZJU could you try installing the dev version from GitHub and retrying?
remotes::install_github("neurogenomics/EpiCompare")
Thanks Brian! It works now :) 👍
1. Bug description
I am trying to get the overlap array by using the EpiCompare function overlap_percent, where I type overlap <- overlap_percent(peaklist1=peaks, peaklist2=reference_peak) according to the guidance above and an error was reported as, unused arguments (peaklist1 = peaks, peaklist2 = reference_peak).
Console output
Expected behaviour
Get the pairwise peak overlap array.
2. Reproducible example
Code
(Please add the steps to reproduce the bug here. See here for an intro to making a reproducible example (i.e. reprex) and why they're important! This will help us to help you much faster.)
Data
(If possible, upload a small sample of your data so that we can reproduce the bug on our end. If that's not possible, please at least include a screenshot of your data and other relevant details.)
3. Session info
(Add output of the R function
utils::sessionInfo()
below. This helps us assess version/OS conflicts which could be causing bugs.)