Hello, thank you very much for developing the method!
I've successfully gone through every step of the procedure, from preparing the input files to running the scripts. Everything has gone correctly, plotting all the images, except the Manhattan plot at the end (I use a server without graphic support, but haven't had issue with the other plots). I'm encountering the following error:
Creating Manhattan plots... Error using matlab.graphics.axis.Axes/set
Unrecognized property XTickLength for class Axes.
Error in plot_Manhattan (line 219)
set(gca, 'XTickLength', [0.007 0.007])
I've installed the 2022 version of matlab (the latest for which I have a license) to bypass any possible version mishaps and I still run into the exact same error. Do you have an ideia of what might be happening?
Hello, thank you very much for developing the method!
I've successfully gone through every step of the procedure, from preparing the input files to running the scripts. Everything has gone correctly, plotting all the images, except the Manhattan plot at the end (I use a server without graphic support, but haven't had issue with the other plots). I'm encountering the following error:
Creating Manhattan plots... Error using matlab.graphics.axis.Axes/set Unrecognized property XTickLength for class Axes.
Error in plot_Manhattan (line 219) set(gca, 'XTickLength', [0.007 0.007])
Error in pleiotropy_analysis (line 272) h_Manhattan = plot_Manhattan(results, traitname1, traitnames, chrnumvec, options);
if exit_matlab_upon_completion exit end
I've installed the 2022 version of matlab (the latest for which I have a license) to bypass any possible version mishaps and I still run into the exact same error. Do you have an ideia of what might be happening?
Thank you :)