-
Notifications
You must be signed in to change notification settings - Fork 189
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
Faith's Phylogenetic Diversity (PD) index supported on Phyloseq? #661
Comments
JP Susan On Tue, Aug 30, 2016 at 1:32 PM, JP Balmonte [email protected]
Susan Holmes |
https://cran.r-project.org/web/packages/picante/picante.pdf Calculate Faith's PDcomm.pd <- pd(comm, phy) |
This could be easily added to the if( "FaithPD" %in% measures){
outlist <- c(outlist, list(FaithPD = t(picante::pd(samp = OTU, tree = phy_tree(physeq), include.root = F))[1,] ))
} Are you accepting code PRs, or just documentation changes? I could fold this into #575, if folks are interested. |
The function estimate_pd from btools package you can use the phyloseq object to estimate the Faith's Phylogenetic Diversity (PD) index:
|
Hi, this worked but how can we plot it with treatment..? or perhaps combine it with plot_richness output from phyloseq? |
Hi,
Could the Faith's Phylogenetic Diversity (PD) index be one day supported on Phyloseq? It is included in the output of the QIIME alpha diversity function, and would be very informative interpreted by itself as well as alongside the other diversity indices.
Thanks!
JP Balmonte
The text was updated successfully, but these errors were encountered: