Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce dependencies #143

Open
6 tasks
bschilder opened this issue Feb 16, 2023 · 0 comments
Open
6 tasks

Reduce dependencies #143

bschilder opened this issue Feb 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bschilder
Copy link
Collaborator

EpiCompare currently has >200 dependencies (direct + indirect deps)! This is partly due to the fact that it aims to be a comprehensive pipeline, but there are some things that can ameliorate this.

Candidate packages to remove:

  • reshape2: data.table can handle all of this functionality.
  • tidyr: data.table can handle all of this functionality.
  • plyranges: Only used once in EpiCompare::write_example_peaks
  • Matrix: Only used once in EpiCompare::rebin_peaks
  • BiocParallel or parallel: We should pick one and stick with it (probably BiocParallel since it's recommended by Bioc)
  • scales: Only used in EpiCompare:::compute_percentiles. Can't probably implement in base R.
@bschilder bschilder added the enhancement New feature or request label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants