Last chance! 50% off unlimited learning
Sale ends in
For each ordination object in a list, converts to a data.frame for easy plotting with ggplot
phyloseq_list_ord_dfs(physeq_l, physeq_l_ords, parallel = FALSE)
A list of phyloseq objects
A list of ordination objects
Parallel processing. See plyr::adply
for more information.
List of data.frame objects
# NOT RUN {
data(physeq_S2D2_l)
# }
# NOT RUN {
# make a list of beta diversity distance matrix objects
physeq_S2D2_l_d = physeq_list_betaDiv(physeq_S2D2_l)
# make a list of ordinations
physeq_S2D2_l_d_ord = physeq_list_ord(physeq_S2D2_l, physeq_S2D2_l_d)
# convert ordination information to data.frame objects
physeq_S2D2_l_d_ord_df = phyloseq_list_ord_dfs(physeq_S2D2_l, physeq_S2D2_l_d_ord)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab