Hi community!!! This is my first post and I am very new in this field and naive with MEGAN.
I am analysing already submitted shotgun WGS metagenome sequence data with MetaPhlAn software. Can anyone please tell me if I can use MEGAN for rarefaction analysis of the shotgun sequence data?
If yes, then when I have to do the analysis-
1.prior to MetaPhlAn run? or,
2.after the bowtie2 step of MetaPhlAn? or,
3.after the profiling step of MetaPhlAn?
I think now it would be possible to generate a biom file in MetaPhlan using “–biom_output_file”, then you can import this biom file into MEGAN and make a rarefaction analysis.
Thanks @msabrysarhan for your response. Should I merge them before importing into MEGAN or should I import them individually? If I have to merge, I don’t find any tool to merge them!!!
I’m not sure whether this would be a straight forward process. Maybe you can try “qiime::merge_otu_tables.py” to merge your biom output files (http://qiime.org/scripts/merge_otu_tables.html).
Thanks… earlier I saw your first option. But, before running qiime::merge_otu_tables.py, the biom formats from (json) should be changed to qiime compatible format (hdf5).
Do you know how to do that?