openbiox / UCSCXenaShiny

📊 An R package for interactively exploring UCSC Xena https://xenabrowser.net/datapages/; Book: https://lishensuo.github.io/UCSCXenaShiny_Book; App online: https://shiny.hiplot.cn/ucsc-xena-shiny/, https://shiny.zhoulab.ac.cn/UCSCXenaShiny
https://openbiox.github.io/UCSCXenaShiny/
GNU General Public License v3.0
88 stars 31 forks source link

Issue with Non-Numeric Arguments in Binary Operations in UCSCXenaShiny v2.0.0 #324

Closed quiquemedina closed 5 months ago

quiquemedina commented 5 months ago

Dear UCSCXenaShiny Development Team, We are currently utilizing the UCSCXenaShiny version 2.0.0 in RStudio and have encountered a recurring error: "Error: non-numeric argument to binary operator." This issue arises when analyzing any gene or gene signature across various cancer types.

Example of Gene Signature Causing Error:

Comparison with Previous Version:

Could you please assist us in resolving this error? We suspect there might be a compatibility or data handling difference in the latest version affecting the handling of numeric data in expressions. Your guidance on this matter would be greatly appreciated.

Thank you for your attention to this issue.

Best regards,

Enrique

ShixiangWang commented 5 months ago

@quiquemedina Thanks for your report, as always. Yeah, this should be consistent, we will take a deep look at this and respond to you :)

ShixiangWang commented 5 months ago

@quiquemedina Hi, this bug should be fixed by @lishensuo , please install the latest version from GitHub and take it a try.

lishensuo commented 5 months ago

It is noteworthy that we have updated the interface of quick TPC modules, recently. e259d3b6ef1a5fd38d6e21fd24cb51e

quiquemedina commented 5 months ago

Blast! Swiftly solved! Many thanks!

ShixiangWang commented 5 months ago

Good to hear that :).