Erqiang Hu
Erqiang Hu
@suekn Please provide your email.
老师,我新的提交对`cnetplot()`,`emapplot()` 和 `treeplot()` 这几个参数较多的函数进行了参数调整,功能相关的参数归类到了同个list中。 目前的代码中有很多类似这样的: ```r if (!missing(x_loc)) { warn
老师, 我新的提交将那些大量的copy paste的代码换成了循环: ```r args de x x2 emapplot(x2, cex_category = 2, with_edge = FALSE) Warning messages: 1: In emapplot.enrichResult(x, showCategory = showCategory, ...) : Use 'edge.params = list(show =...
老师,这个PR是增加了hilight的功能,以及修改了参数名。是还需要做别的修改吗?
Maybe we will support it in the next version.
@eleonore-schneeg We currently do not provide a parameter to bold the pathway name, but we can modify its size useing `cex_label_category`.
cex_category | Number indicating the amount by which plotting category nodes should be scaled relative to the default, the default value is 1. Will be removed in the next version....
cnetplot(x2) + theme(legend.position = 'none')
@MarkYueMa 您好,谢谢您的纠错!这个数据问题我们已经解决,现在可以正常使用了。
新的版本在 "https://github.com/YuLab-SMU/nCov2019", 这个已经不维护了。