I want to make an unweighted 2d plot (PCoA) of fungal data.
In case of bacterial data, I can use “unweighted_unifrac_pc.txt” for make_2d_plots.py”.
However, in case of fungal data, we cannot get the “unweighted_unifrac_pc.txt”.
How I make an unweighted 2d plot (PCoA) of ITS data?
[our command]
(1) pick_open_reference _otus.py
–i xxx.fna
-r its_12_11_otus/rep_set/97_otus.fasta
-o otus
-p params.txt
--suppress_align_and_tree
------params.txt----------
pick_otus:enable_rev_strand_match True
assign_taxonomy:assignment_method blast
assign_taxonomy:id_to_taxonomy_fp its_12_11_otus/taxonomy/97_otu_taxonomy.txt
assign_taxonomy:reference_seqs_fp its_12_11_otus/rep_set/97_otus.fasta
-----------------------------------
(2) sort_otu_table.py
-i otus/otu_table_mc2_w_tax.biom
-o sorted_otu_table.biom
(3) beta_diversity_through_plots.py
-i sorted_otu_table.biom
-o xxx/
-m map.txt
-t otus/rep_set.tre
-e xxxx
--suppress_emperor_plots
Error message: There are not “rep_set.tre” file in PC.
Therefore, I cannot perform following command to make an unweighted 2d plot (PCoA) of fungal data.
Make_2d_plots.py
-i unweighted?unifrac_pc.txt
-o 2d_plot/
-m map.txt
I appreciate your kind cooperation.
Error message: There are not “rep_set.tre” file in PC.
--suppress_align_and_tree
However, I hope to make a comparison between male's gut microbial community and female's gut microbial community ...
by using relative abundance(%)