amc-heme / scExploreR

Shiny app for single cell omics data visualization
https://amc-heme.github.io/scExploreR/
MIT License
2 stars 0 forks source link

Error when making blended feature plot #280

Closed wish1832 closed 1 week ago

wish1832 commented 1 month ago

When requesting a blended feature plot with two features, the following error was returned: "Error: unused argument (split.by = if (split_by != "none") split_by else NULL)"

This is likely related to the plotting functions currently in SCUBA, which now use split_by instead of split.by.

wish1832 commented 1 month ago

This issue has likely been in the app since SCUBA was added, and underlies the need for automated testing (#187, #203)

jairav commented 1 week ago

turns out this is a SCUBA error. Resolved in this PR: https://github.com/amc-heme/SCUBA/pull/86