plot_sample_bars | R Documentation |
This makes a ggplot2 plot of library sizes.
plot_sample_bars(
sample_df,
condition = NULL,
colors = NULL,
integerp = FALSE,
order = NULL,
text = TRUE,
plot_title = NULL,
yscale = NULL,
...
)
sample_df |
Expt, dataframe, or expressionset of samples. |
condition |
Vector of sample condition names. |
colors |
Color scheme if the data is not an expt. |
integerp |
Is this comprised of integer values? |
order |
Explicitly set the order of samples in the plot? |
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. |
... |
Used to catch random arguments which are unused here. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.