I have run an ANOSIM test on my data and I am now trying to export the results. When the statistics are visualized I get an overview of the ANOSIM results (see image below), some boxplots, and statistics for pairwise comparisons. When I export the statistics using the command below I get the raw data, the statistics for the pairwise comparisons, and images of the boxplots. But not the "overview statistics"? Is there someway I can export this data?
qiime tools export \
--input-path Analysis/Beta_diversity/unweighted-unifrac-significance.qzv \
--output-path Analysis/Beta_diversity/unweighted-unifrac-significance
