plot_binary_abundances | R Documentation |
This function plots the abundanceresults of binary classification. Returns a graph.
plot_binary_abundances(
binary.summary = NULL,
remove.unclass = FALSE,
xlabel = "",
ylabel = "Percentage Abundance",
title = "Cell Abundances"
)
binary.summary |
(Required) A data frame containing abundance results. Expects results from binary_summary |
remove.unclass |
Option to remove unclassified cells from plot. (Default: FALSE) |
xlabel |
Label for x-axis (Default: NULL) |
ylabel |
Label for y-axis (Default: 'Percentage Abundance') |
title |
Plot title (Default: 'Cell Abundances') |
plot_binary_abundances(binary.summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.