Lilin Yin

Results 148 comments of Lilin Yin

Hi Yiwei, I am not sure if it can address your issue, please try to add two parameters in CMplot, like: ```highlight.text.yadj=rep(1, length(N_ht)), highlight.text.xadj=rep(0, length(N_ht))```, where ```N_ht``` is the number...

Sorry for the unclear statement, it should be ```rep(1, N_ht)``` or ```rep(1, length(ht)```. This setting only helps to initialize the start positions of labels around the highlighted points, however, if...

Hi jiazi, Thanks for using CMplot, also appreciate for your feedback. The color for density plot is no longer controlled by ```col``` at the current version, please use ```chr.den.col``` instead....

hi, you could try to change the order of columns for your data, CMplot will firstly plot the fourth column, and then fifth...... thanks

Hi Manjusst, I am so sorry for missing your question. In default, CMplot could only output three types of file formats by the option. But the file format is not...

Thanks for using CMplot. This problem may happen if there are massive highlighted SNPs, which would result in much more time cost to assign all highlighted SNPs in a limited...

It seems that the format of all the data you prepared looks fine, would you mind sending me your data? i am pleasure to debug the problem and feed back...

Hi, I have located the problem that caused the error you proposed. As CMplot will force the p-value to be in range of 0-1, any digits out of this range...

Hi, I am so sorry for missing your question. Sincerely thank you for using CMplot. On current version of CMplot, it can not be achieved to highlight a group of...

Hi Maximiliano, I am not quite sure if it can handle the data with the map in genetic distance, you may have a try by setting a lower value for...