-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting loadings from PCoA #655
Comments
The reason we use DPCoA instead of wuf is because it provides biplots with On Tue, Aug 16, 2016 at 11:22 AM, nmshahir [email protected] wrote:
Susan Holmes |
I'm going through the documentation (https://github.com/joey711/phyloseq/wiki/ordinate) but it's still a little unclear as to how DPCoA differs from PCoA? |
You need to read this paper that lays it out very nicely: http://www.ncbi.nlm.nih.gov/pubmed/22174277 On Wed, Aug 17, 2016 at 9:38 AM, nmshahir [email protected] wrote:
Susan Holmes |
Thank you @spholmes. I've gone through the paper and I have a few questions
Thank you! |
best On Mon, Aug 22, 2016 at 7:53 PM, nmshahir [email protected] wrote:
Susan Holmes |
Hello,
I am a doctoral student working on a microbiomes project and did an principal coordinates analysis in Phyloseq. While I recognize that PCA and PCoA are not exactly the same, I was wondering if there was a way to get the loadings of the PCoA (i.e. determine how much taxa A, taxa B, etc contribute to PC1, and so forth)?
Code Example:
ord.wuni <- ordinate(data,"PCoA","wunifrac")
PCoA.wuni = plot_ordination(data, ord.wuni, type = "samples", color = "Phenotype")
PCoA.wuni
Thanks in advance for any comments,
Nur
The text was updated successfully, but these errors were encountered: