lishensuo

Results 15 comments of lishensuo

I solve the problem by the following codes. What I do is to change the `observe_helpers()` from module server to main server. ```r library(shiny) library(shinyhelper) library(magrittr) histogramApp

老师,之前确实有考虑添加TCGA亚型分析,主要遇到的问题在于不同肿瘤的分型类别都不相一致,难以应用统一的分析步骤。 比如tcga_subtypes中: ```r length(unique(tcga_subtypes$Subtype_Selected)) # [1] 100 table(tcga_subtypes$Subtype_Selected[grepl('BRCA',tcga_subtypes$Subtype_Selected)]) # BRCA.Basal BRCA.Her2 BRCA.LumA BRCA.LumB BRCA.Normal # 193 82 581 219 143 table(tcga_subtypes$Subtype_Selected[grepl('ACC',tcga_subtypes$Subtype_Selected)]) # ACC.CIMP-high ACC.CIMP-intermediate ACC.CIMP-low ACC.NA # 20 27 32...

It could be due to your network. As you can see below, the test on my side is OK. ![image](https://github.com/openbiox/UCSCXenaShiny/assets/80585985/7fdf4c9a-cfb0-4dcc-bb12-dc44475bde20)

- [x] 了解cBioPortalData包数据格式以及用法 - [ ] 初步测试,发现存在问题。可以参考其思路,研究cBioPortal功能实现的形式

> @lishensuo 有空看看ai的代码写的怎么样哈?是不是改改就能合并 收到老师。等周末左右的时候,会一起处理下~