Krona icon indicating copy to clipboard operation
Krona copied to clipboard

Is it possible to visualize a Qiime 1.9 OTU biom file

Open wjacobus opened this issue 7 years ago • 5 comments

I've used qiime to generate an OTU table for my datasets. Is it possible to viz with Krona

wjacobus avatar Feb 10 '17 09:02 wjacobus

BIOM format is not officially supported, but it seems like you could use ktImportText after converting to TSV (I have not tried this): http://biom-format.org/documentation/biom_conversion.html

ondovb avatar Feb 10 '17 17:02 ondovb

It would be good to support BIOM officially.

ondovb avatar Apr 20 '17 17:04 ondovb

Nope, I've converted it to tsv with biom, but had no results after :(

biom convert -i taxa_summary/filtered_otu_cc_greengenes_L7.biom --table-type="OTU table" --to-tsv -o L7.txt

darnassiano avatar Jun 08 '17 02:06 darnassiano

Although, biom converted table can be visualized after adapting the data in the Excel Template.

darnassiano avatar Jun 08 '17 16:06 darnassiano

Hi, I have created a little script to get all krona charts from an OTU table, check it here https://github.com/GenomicaMicrob/OTUsamples2krona Browse to the end of the README file, there is solution that might help.

GenomicaMicrob avatar Jul 16 '17 19:07 GenomicaMicrob