rcastelo / GSVA

Gene set variation analysis
200 stars 40 forks source link

res <- igsva() seem not work when use data from workspace #166

Closed DDL095 closed 6 months ago

DDL095 commented 6 months ago

In the web application, I attempted to use both my data and the sample toy dataset provided in the GSVA Bioconductor package vignette1, but neither worked. The error messages are as follows. While the new feature gsvaParam functions correctly in the command line with BIOC_3.19, it does not work within the web application. Could the issue stem from the Gene Set option?” image image

axelklenk commented 6 months ago

Hi, thanks for reporting this.
Clearly your second example is expected to work and I can reproduce the issue with Bioc 3.19/GSVA 1.52.0. I'll look into it...

axelklenk commented 6 months ago

Hi again, the bug has been fixed in GSVA 1.52.1 which is now on its way to the BioC repos.

In case you don't want to wait for it, you can of course use the devel version from GitHub but as you said, it works on the command line and the bug was only affecting the shiny app.