Lilin Yin

Results 195 comments of Lilin Yin

Hi, this issue has been fixed, please update to the new version and try again.

Thank you for the question. I am not sure if R can recognize 'NANs' as missing values, we generally use 'NA' instead, it may be more appropriate to replace 'NANs'...

Thank you for the feedback. Sorry that it is currently not available to set different colors for the significant SNP of different traits, the ```signal.col``` is designed to color the...

Yes, the order of columns should be exactly the same with the tutorial data (i.e., id, chr, pos, p). There are no mandatory format requirements for the SNP names, any...

Thank you for the feedback. In the latest version, there is a parameter 'bin.breaks=c(min, max, step)' can be used to set the colors, you can set the same 'bin.breaks' for...

The argument "memo" was removed in the latest version of CMplot, please use the new argument "file.name" instead.

Thank you for the question. CMplot has no relevant function of a mirror manhattan plot.

1. 可以在画图之前把染色体编号替换成纯数字,然后把真实的labels向量传给参数chr.labels 2. 默认自动添加chr,你可以把源码下载下来,把[L462](https://github.com/YinLiLin/CMplot/blob/83be6c53459da1cb6f664e6dcf073a3be6dd4212/R/CMplot.r#L462)中的paste("Chr", chr.num, sep="")改成chr.num,本地source使用即可

方便把你的数据和运行代码发给我调试看看吗?

Sorry that there is no relevant parameter to change bold of axis ticks or axis labels, you may need to use third part software to edit it.