Where can I find a tutorial showing how to use beta_diversity.py (QIIME1) equivalent in QIIME2 for PERMANOVA?

So there is an open issue about importing CSV/TSV format directly...

This will take a couple steps:

  1. Import the CSV to a biom table using biom convert. These two threads will hopefully be a good starting point.
  1. Import the biom table with qiime tools import. See this tutorial.
1 Like