I am trying to analyse my results using the qiime diversity alpha-correlation. I am getting the error below about my metadata (which is the same one I have been using with the ‘Moving Pictures’ tutorials):
Plugin error from diversity:
Only non-numeric data is present in metadata file.
Hi @Jewelna_Osei-Poku,
Thank you for providing your metadata file and command. The alpha-correlation method correlates an alpha diversity metric with all numeric values in the input mapping file. The error that you receive occurs whenever no metadata columns containing exclusively numeric data are found in the mapping file. Your mapping file contains only categorical metadata, which is inappropriate for the alpha-correlation method. You should instead use the method alpha-group-significance to test for associations between metadata and alpha diversity.