Skip to content
New issue

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

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

Already on GitHub? # to your account

Tasklist - Release 1.1.0 #7

Open
10 tasks
AndiMunteanu opened this issue Oct 15, 2024 · 0 comments
Open
10 tasks

Tasklist - Release 1.1.0 #7

AndiMunteanu opened this issue Oct 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AndiMunteanu
Copy link
Contributor

AndiMunteanu commented Oct 15, 2024

This issue contains a list of tasks and fixes that need to be addressed until the next release.

Bug list / small improvements of the existing components

  • fix the colour picking component for the case of more than 99 unique colours
  • decide if we will stick with qualpalr for generating the palettes of colours, or switch to something such as randomcoloR, hues or colourlovers

Features

  • add the option to select the continuous colour palettes in the shiny sandbox panel using paletteer
  • add an option, near the Show config button, where the user could perform subsetting on the entire dataset based on metadata

Performance improvements

  • ECS and ECC speedup
    • test if calculating the contingency matrix using dgTMatrix (with the two memberships being the i, j coords, and x a repeated 1) is faster
    • assess the impact of the calculation of minimum and maximum when calculating the contingency table
    • optimise the ECC based on the new contingency table function - generate the 1 vector only once, calculate the maximum and minimum only once
  • improve the calculation of the rank matrix using sparse and dense matrix
  • apply these improvements in a more generalisable way of applying the wilcoxon rank sum test
@AndiMunteanu AndiMunteanu added the enhancement New feature or request label Oct 15, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant