Skip to content

Network Visualization

eolesin edited this page Apr 7, 2021 · 6 revisions

Working in QIIME2. Input is the "OTU table" that phyloFlash_compare.pl produces.

It does not need to go through rarefaction / relative abundance transformation. QIIME2 performs a normalization

on the data for beta diversity analyses.

Had a bit of trouble making sure the OTU table fit old qiime standards.

biom convert -i PhyloFlash_OTUformat1.csv -o species_otu_table.biom --table-type="OTU table" --process-obs-metadata taxonomy --to-json

qiime tools import --input-path species_otu_table.biom --type 'FeatureTable[Frequency]' --input-format BIOMV100Format --output-path feature-table-2.qza

Clone this wiki locally