I want to determine correlation between alpha-diversity and number of weeks, see the results for two groups of samples. e.g. correlation between Faith-PD and number of weeks for Control group and Test group separately. Following script calculates correlation between all samples and weeks
qiime diversity alpha-correlation
--i-alpha-diversity alpha-div-faith-pd.qza
--m-metadata-file metadata.tsv
--o-visualization visualization.qzv
How should I proceed to get correlation for each group of samples.
Thanks
