plot_pct_kept | R Documentation |
The function expt_exclude_genes() removes some portion of the original reads. This function will make it possible to see what is left.
plot_pct_kept(
data,
row = "pct_kept",
condition = NULL,
colors = NULL,
names = NULL,
text = TRUE,
plot_title = NULL,
yscale = NULL,
...
)
data |
Dataframe of the material remaining, usually expt$summary_table |
row |
Row name to plot. |
condition |
Vector of sample condition names. |
colors |
Color scheme if the data is not an expt. |
names |
Alternate names for the x-axis. |
text |
Add the numeric values inside the top of the bars of the plot? |
plot_title |
Title for the plot. |
yscale |
Whether or not to log10 the y-axis. |
... |
More parameters for your good time! |
a ggplot2 bar plot of every sample's size
[plot_sample_bars()]
## Not run:
kept_plot <- plot_pct_kept(expt_removed)
kept_plot ## ooo pretty bargraph
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.