Description Usage Arguments Value
Generate a QC Histogram Plot for a single metric
1 2 3 4 5 6 7 8 9 | qc_hist_plot(
meta,
column = "n_reads",
name_x = "N Reads per Cell",
log_x = TRUE,
fill = "dodgerblue",
target = 20000,
y_max = 2000
)
|
meta |
A data.frame containing metadata |
column |
A character object specifying the metadata to display |
name_x |
A character object specifying a name to display on the x-axis |
log_x |
A logical indicating whether or not to log10-scale the x-axis. Default is TRUE. |
fill |
A character object specifying the color to use for for the histogram. Default is "dodgerblue". |
target |
A numeric value for a target line to display on the x-axis. Default is 2e4. |
y_max |
A numeric value for the maximum value on the y-axis. Default is 2e3. |
a ggplot2 plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.