A barplot to visualize which taxa have had the greatest impact on the overall gut composition.
top_coefficients_barplot(top_coefficients, title = NULL)Returns a barplot of the top coefficients
View permanova to understand how to generate top_coefficents
Other Visualizations:
alpha_diversity_plot(),
correlation_data(),
correlation_plot(),
correlation_plots(),
heat_tree_parameters(),
heat_tree_plots(),
ordination_plot(),
plot_limits(),
save_alpha_diversity_plots(),
save_correlation_plots(),
save_heat_tree_plots(),
save_ordination_plots(),
save_stacked_barplots(),
stacked_barplot(),
stacked_barplots()
if (FALSE) { # \dontrun{
if (interactive()) {
library(MicrobiomeR)
data <- analyzed_silva
p <- permanova(obj = data)
top_coefficients_barplot(p$top_coefficients)
}
} # }