Description Usage Arguments Value See Also Examples
A barplot to visualize which taxa have had the greatest impact on the overall gut composition.
1 | top_coefficients_barplot(top_coefficients, title = NULL)
|
top_coefficients |
Coefficients for the top taxa separating the groups. |
title |
The title of the plot, Default = 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_plots
,
correlation_plot
,
heat_tree_parameters
,
heat_tree_plots
,
ordination_plots
,
ordination_plot
, plot_limits
,
save_alpha_diversity_plots
,
save_correlation_plots
,
save_heat_tree_plots
,
save_ordination_plots
,
save_stacked_barplots
,
stacked_barplots
,
stacked_barplot
1 2 3 4 5 6 7 8 9 | ## Not run:
if (interactive()) {
library(MicrobiomeR)
data <- analyzed_silva
p <- permanova(obj = data)
top_coefficients_barplot(p$top_coefficients)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.