Alpha and alpha-phylogenetic methods compute an alpha diversity metric for the samples in your feature table. While alpha group significance will compare groups of alpha diversity values.
You ran qiime diversity alpha-phylogenetic and your next step is to run qiime diversity alpha-group-significance using your output .qza, this will create a visualization and calculate statistics for the metric you calculated in your first step.
Once you have your .qzv you can use qiime tools view from the command line or https://view.qiime2.org/ to view your artifact.
First of all, thank you so much for your response.
There's a follow-up question, if we use the qza file obtained from the alpha-diversity method, which does not deal with grouping then how can we use "
qiime diversity alpha-group-significance
" command for visualization?
Because the results from group significance I have analyzed earlier, in which we get the significant or non-significant value based on the groups but in my case I just want to know the number of OTUs or unique features per sample!!!
Please, let me know if I'm using the right command for that or need to use another method.
Hi @Rashmi_Ira,
There is no command to view your OTU in Qiime2, but you can unzip your .qza artifact, find the data folder and open the alpha-diversity.tsv this will have your OTU counts you calculated in the alpha diversity step.
I hope this is helpful to you!
-Hannah