required file for PCOA

hello everyone,
my colleague asked me to create a PCoA plot and I know that I need a distance matrix artifact based on plugin details here.
I did alpha and beta diversity already. we need to compare the distances between our samples. sorry if my question is simple but can you let me know which of the files is more appropriate for this kind of analysis? I mean weighted or unweighted Unifrac? or something else?
thank you

1 Like

Hello Mohsen,

There's lots of ways to measure beta diversity because they all measure different things. There's a detailed overview of different diversity metrics in this post.

I often use Jaccard and UniFrac distances as they answer my biological questions, but depending how you want to compare your samples, you could choose another distance.

What is the biological question you and your colleagues are asking?

Colin

thank you for your answer @colinbrislawn we’re trying to determine the bacterial community of 3 different types of meat and also try to find maybe a pathogen so we need to know similarity of the groups first. which of them would be better?

This sounds like a cool study! :cut_of_meat:

The different beta diversity measure are better in different ways... There no "Right Answer" of how to compare your samples.

I like to start with Jaccard and Weighted UniFrac distances.

Jaccard measure the percentage of taxa not found in both samples. So if 70% of taxa are only found in one sample, and the Jaccard distance is 0.70!

UniFrac distances are just like Jaccard, except they measure the percentage of phylogenetic branch length not found in both samples. This adjustment for phylogeny can be very informative. :palm_tree:

2 Likes

thank you for your good information.
so, you mean if I run the PCOA, it will give some numerical results as well? or you mean I can get the results based on Jaccard for example separately?
another thing is that I run the pcoa but the result is not a qzv file. how can I convert it from qza to qzv file?
thank you again

Thank you!

The diversity analysis is part of a pipeline that gives you multiple numerical results, starting with a distance liks Jaccard or UniFrac, and later PCoA results.

You might have found this already, but you could review the full diversity pipeline on this flow chart:

The DistanceMatrix will contain the Jaccard distances between your samples.
Later on, you can also get the numerical PCoA result before graphing it using Emperor.

Take a look at the beta diversity example in the PD-Mouse tutorial. You can get results in either .qzv or .qza files to for different steps in this pipeline.

I hope this is helpful. There is a lot of ways to approach beta diversity and the pipeline has lots of steps,
so take a look at the tutorials and let us know if you have questions about the details!

Colin :whale:

Yes, I read these already but thank you for your mention.
actually, my question was that when we run the beta diversity as you mentioned in the PD mice tutorial the results are PCOA files or I should run commands for that, because some of them contain PCOA in their names like Jaccard and weighted Unifrac for example. I need to know are these results the files we were looking for? or should run again something. and about the files which don’t have PCOA in their name, we should run the PCOA command probably. am I right?
sorry if my question is simple for you :sweat_smile: I just need to be sure about the procedure.
Thank you

1 Like

Ok cool! I'm glad you found the tutorials and got these commands working for you. Good examples reduce confusion.

In the PD-mouse tutorial (and other places too!), these files contain the distances between samples in a matrix:
core-metrics-results/jaccard_distance_matrix.qza : view | download
core-metrics-results/weighted_unifrac_distance_matrix.qza: view | download

And these files contain the PCoA ordination of that distance matrix:
core-metrics-results/jaccard_pcoa_results.qza : view | download
core-metrics-results/weighted_unifrac_pcoa_results.qza: view | download

And finally, these files contain

  • the distances between samples
  • after PCoA ordination
  • plotted using using Emperor to make a nice visualization!

core-metrics-results/jaccard_emperor.qzv: view | download
core-metrics-results/weighted_unifrac_emperor.qzv: view | download

my colleague asked me to create a PCoA plot

Those *_emperor.qzv files contain PCoA plots!

Colin

1 Like

thank you very much,
I thought I should convert jaccard_pcoa_results.qza to a qzv file.
so, you mean after we run the beta diversity commands we get the pcoa results automatically, right?
I mean the emperor files are the pcoa visualization files?

Yeah, I guess the way you would convert data (.qza) into a visualization (.qzv) would be to use a program like Emperor to make a graph of your data.

That's right!

.qza files are Qiime2 zipped artifacts. They include data and provenance.
.qzv files are Qiime2 zipped visualizations. They include data, provenance, and a visualization :bar_chart:!

Yes, you get the PCoA results AND a graph of the PCoA results!

That's the magic of a good Qiime2 pipeline! :qiime2: :sparkles: :bar_chart:

1 Like

I appreciate your help and answering patiently.
thank you very much

1 Like

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