Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Personalized TPC pipelines部分
1.1 将UI部分的绘图代码进行函数化处理,数据结果下载代码进行模块化处理,简化先前代码的冗余;
1.2 将Pan-cancer mode的S3步骤执行按钮,拆分为数据分析以可视化两部分,避免仅调整绘图参数时不必要的时间消耗;
1.3 在加载每个Pipelin的panel时, 增加waiter spin的悬浮窗动画缓冲;
1.4 增加异常输入输出时的友好提示提醒;
1.5 其它小的改进。
Custom TPC modules部分
2.1 将原来的十多个tabpanel按相同分析类型整理合并为10个tabsetpanel;
2.2 基于尽可能将Custom TPC modules与Personalized TPC pipelines区分开的想法,突出Custom TPC modules在quick analysis, specific function等方面的优势,进行UI调整。主要采用了dashboard的box窗口界面,如下图所示,将用户所需的必要执行步骤统一置于左边,可视化输出结果置于右边。可视化调整参数以及下载功能可通过侧边栏获取。
2.3 其它方面小的改进。