I am trying to get evenness data using QIIME2-v2023.2. Apologies in advance as I am new to QIIME2. I am using a filtered table to filter out only the samples I want and there may be low numbers in some of them.
I tried the following command:
qiime diversity alpha-group-significance
--i-alpha-diversity core-metrics-results/evenness_vector.qza
--m-metadata-file cleanmetadata2.tsv
--o-visualization evenness-group-significance.qzv
I got the error:
Plugin error from diversity: iteration over a 0-d array
Hello,
It seems like your case is different. I don't see any problems with the data you provided.
Could you please attach an evenness vector, so we could reproduce the error?
Hello,
your evenness vector is empty. Please look for the bugs upstream. .qza is an archive, so you can always unzip the file and check the raw data. That should help you find the step, where something went wrong.
I see! Samples were rarefied to a single read by using --p-sampling-depth parameter. That means, that there is only single 16S copy in every sample, we can't calculate statistics on that. Please, review “Moving Pictures” tutorial — QIIME 2 2023.5.1 documentation to learn how to choose the appropriate sampling depth. That should help the problem.