This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --- | |
# title: Export QIIME2 OTU table to compatible file for phyloseq | |
# description: | | |
# Three main steps to get to compatible file to import to phyloseq | |
# | |
# Outline: | |
# 1. Export OTU table | |
# 2. Export taxonomy table | |
# 3. Export phylogenetic tree | |
# --- |