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
83 stars 29 forks source link

Issues with Recent Update to QuickPanCan Analysis Functionalities #326

Open quiquemedina opened 2 months ago

quiquemedina commented 2 months ago

Dear UCSC Xena Support Team,

I am writing to report some issues encountered following the recent update to the UCSC Xena platform. Notably, the entire QuickPanCan analysis module, previously located under "Custom TPC Modules," appears to be missing. As of yesterday, this section only included basic analysis tools and omitted specialized functionalities, such as the radar plots for stemness assessment.

Additionally, there seems to be a problem with the downloadable PDF files generated by the tcga_surv_plot function. Specifically, each document begins with an unnecessary blank page, resulting in files formatted as "1 of 2 pages" even though the actual content is only one page.

Could you please confirm whether these changes were intentional or if they stem from incomplete update processes? Your assistance in restoring the full functionality of the platform would be greatly appreciated.

Thank you for your attention to these matters.

Best regards,

Enrique

ShixiangWang commented 2 months ago

@quiquemedina

Sorry for the inconvenience. @lishensuo Shensuo is actively developing the platform and reshaping the UI of the v2 version. For the stemness, you can refer to

image

For the survival plot pdf download, there's an issue with outputting the km plot generated by survminer package, we will take a quick fix.

ShixiangWang commented 2 months ago

@quiquemedina pdf issue should be addressed in the latest commit.

ShixiangWang commented 1 month ago

@quiquemedina Hi, do you have any feedback on this?

quiquemedina commented 1 month ago

@ShixiangWang,

We are experiencing several issues with the v2 online portal browser and the Shiny app_run:

  1. Loading Delays There is a significant delay when launching the UCSCXenaShiny v2.1.0, which is based on UCSCXenaTools v1.4.8, from either the web portal or the RStudio Shiny app. The portal is challenging to load and disconnects after a short period. Frequently, the browser becomes unresponsive and fails to open. I have tested this on multiple PCs and with various internet service providers, and the problem persists across all scenarios. Although our internet connection contributes partially to this issue, it remains consistent with other connections both within and outside the university.

  2. Navigational Challenges: It is difficult to locate and understand the new placements of functionalities that have transitioned from the old to the new version. The changes are not intuitive for users familiar with the previous version. Even for features I specifically requested, locating them is challenging. A revised guide or tutorial could potentially make navigation smoother. However, the new features are beneficial for extracting secondary data and testing multiple hypotheses.

With the improvements in v2, the complexity of our analysis can be effectively tested. Nonetheless, the code examples must be provided for the new features in RStudio (e.g., Help section). Much of our analysis involves queries for multiple genes, and as such, we have developed programmatic querying based on the UCSCXena Shiny app.

ShixiangWang commented 1 month ago

@quiquemedina Thanks for your feedback, it's very important. We will improve the app based on the suggestions and make the app stable in a few months (RT to @lishensuo ).