Dear all!
I obtained an anova.qzv files by running qiime longitudinal anova plugin.
I want to redraw the plots for a report, but can't find a raw-data file.
In the qzv file I have:
But none of this files contains a raw-data for plots.
How can I redraw those plots?
Thank you in advance
Hi @timanix,
I think it might be easiest to fit the model yourself in your favorite program (R or statsmodels in python) and then get the residuals and use those to make your own plots.
Best,
Justine
Thanks for the reply! OK, it was my option in case if it is not possible to extract from qzv files.
New thing for me to learn
Hi @timanix,
I think data-viz the way you want it can be a perpetual challenge. But, you may want to look at seaborn residual plots, or the statsmodels regression results object if you’re playing with python. Ive done a few recently, and they’re fairly painless, depending on what you want.
Best,
Justine
Thanks again, @jwdebelius
Ended up with copying the code from longitudinal plugin and redrawing data with sns.scatterplot
Stealing Borrowing code always works. (Although its good if you can credit the place where you go it, even if its in your own files.)
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.