Hello everyone,
how can I have the results of alpha and beta diversity in numbers, not in plots?
Thank you
Hello!
Export desired metrics like this:
qiime tools export \
--input-path shannon_vector.qza \
--output-path your_output_directory/
qiime tools export \
--input-path jaccard_distance_matrix.qza \
--output-path your_output_directory/
3 Likes
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.