insightsengineering / teal.modules.hermes

RNA-seq analysis modules to add to a teal application
https://insightsengineering.github.io/teal.modules.hermes/
Other
7 stars 1 forks source link

[Bug]: Uncaught error in Barplot module #323

Closed averissimo closed 1 year ago

averissimo commented 1 year ago

What happened?

In RNA-seq app:

Error: 5 elements in value to replace 4 elements (numbers may vary)

It stems from multiSampleVarSpecServer(...)$experiment_data() call (see line below):

https://github.com/insightsengineering/teal.modules.hermes/blob/11ee3086b0be214d264e98d80d79eb91c1f80383/R/barplot.R#L151

If this error is expected, use a validation mechanism to capture it.

This error is probably related to #320

Screenshot

image

danielinteractive commented 1 year ago

Thanks, @BFalquet would you have time to look at it?