Lilin Yin
Lilin Yin
actually not, it's just a general setting.
Please check if the format of your data 'df_whole' is consistent with the requirement.
Sorry that it's now not achievable to set the output structure for current version.
Thank you for the feedback, i will check the script for this issue.
Hi, would you mind sending me your data at [email protected] to debug this issue? Thanks.
Thanks for the feedback, this issue had been reported a month ago, i haven't fixed it due to some busy stuff. I will add a new parameter to enable users...
Hi, the script on GitHub has been upgrade to enable users to define the names of output file (e.g., ```CMplot(..., file.name="xxx")```), please source the online version in R and have...
你好,统计检验的P值理论上不可等于0,如果不是P值,存在0的情况,可以添加参数LOG10=FALSE;如果是P值,需要弄清楚出现0的原因,针对具体情况调整数据
@Liny2333 可以先把数据进行转换,比如把p值提前用-log10转换好,然后再把替换好的数据赋值给CMplot,并设置参数LOG10=FALSE即可实现。
Thank you for the feedback. I have updated the script on GitHub to meet your requirements, you can add parameter 'cir.axis.grid=FALSE' to remove the y-axis grid lines, please source the...