Lilin Yin
Lilin Yin
Thank you for using CMplot. Please try to add a parameter ```chr.labels.angle=45```.
I am not pretty sure if there is a bug in the script. May i please ask for your data for debuging?
oh, i guess you may forget to change the name of chromosome to "30", if you use the code ```unique(data[,2])```, it should report two returns, that are "30" and "31",...
BTW, it seems that you are plotting multiple traits in one axis, i recommend sourcing the latest script on GitHub, because we have updated some optimizations for this type of...
Thank you for using CMplot. May i request the data you used to debug the problem? please feel free to contact me at [email protected].
Thanks for your interest in CMplot. Sorry that "axis break" is not available currently.
Sorry for the inconsiderate design, i am planning to add a new parameter to control the location of the trait name on the plot, and i will leave a message...
Hi, i have added two new parameters in CMplot function, the parameter "trait.legend.pos" can be used to control the location of trait name on the plot, three options "left", "middle",...
Hi Wei, Could you mind seeding me your data and running script by email please? I need it to locate where the problem is. Thanks. Lilin
Thank you for using CMplot. Did you try it like ```CMplot(..., ylim=c(0, 7))```? It should work for your situation.