Community matrix csv for sample X feature

I want to compare communities from three separate analyses in R and was hoping I would be able to export a community matrix csv of feature relative abundance X samples (identical to the makeSequenceTable() output in DADA2).

Is there a way to obtain this table in Qiime2 from the table.qza and rep-seqs.qza?

Thanks!

Hello Caroline,

You can export data from a qiime file using one of the commands on this page:
https://docs.qiime2.org/2018.2/tutorials/exporting/

That should give you the .fna file you want. Once you also have the .biom file, you can convert it into the the .tsv format using the commands on this page.
http://biom-format.org/documentation/biom_conversion.html#general-usage-examples

Is that what you are trying to do?

Colin

P.S. Once you have the .biom file, you can import it directly with Phyloseq and go crazy!

3 Likes

That is exactly what I am looking for! Thank you!

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.