Hi there!
I am using QIIME for the first time to analyze my 454 data. Thus far I have successfully produce the PCoA plots using the QIIME tutorial. My new objective is to create NMDS ordination plots. I was originally going to convert the OTU file to a matrix compatible with PC-ORD, but I read in the forum I could run the NMDS ordination in QIIME. I ran the nmds.py script using the otu_table.txt files produced from jackknifed_beta_diversity.py script:
nmds.py -i
jackknifed_beta_diversity_6000/weighted_unifrac_otu_table.txt -o jackknifed_6000_unweighted.txt
nmds.py -i
jackknifed_beta_diversity_6000/weighted_unifrac_otu_table.txt -o jackknifed_6000_weighted.txt
I selected the weighted_unifrac_otu_table.txt and weighted_unifrac_otu_table.txt to run the nmds.py script because they were equivalent to the output files produced by beta_diversity.py script. I am interested in making plots so I passed a single file through the make_3d_plots.py (as advised to a previous user) using the following command:
make_3d_plots.py -i jackknifed_6000_weighted.txt -m 454_Map_SY2
The script ran, but it did not produce a plot (see attached). I read thorough the other 3d options, but I don't necessarily know where to start because the script ran instead of producing an error.
My questions for you:
- Is it possible to make the 3d NMDS ordination plots using the make_3d_plots.py command? Will this script produce similar plots as PCoA?
- I would also like to run some other analyses in PC-ORD; however, the user that mentioned "that it was fairly easy to convert OTU tables to PC-ORD compatible files" did not include instructions on how to perform this task. Could you please provide the script or direction so I could transfer the file?
Thank you for your time.
Christine