Hi all,
I use qiime2 with the 2018.8 version.
The command I ran is--
$ qiime emperor plot
--i-pcoa core-metrics-results-d3/weighted_unifrac_pcoa_results.qza
--m-metadata-file bioreactor-metadata-SL.tsv
--p-custom-axes TimepointByHour
--o-visualization core-metrics-results-d3/weighted_unifrac_TimepointByHour.qzv
The emperor plot I generated is here.weightedUnifrac-emperor-TimepointByHour.qzv (812.5 KB) It has a customized axis called "TimepointByHour", which contains values like 0,4,8,12,16,..., 24,48.
My question is, how can I put the marks of values in "TimepointByHour" on the customized axis in the PCoA plot?
Thanks in advance.