plot_reads | R Documentation |
Plots a histogram of read counts for a given column.
plot_reads(df, col, log_scale = TRUE, pseudocount = 1)
df |
Reads dataframe. |
col |
Name of column to plot. |
log_scale |
If true, log-normalizes data. |
pseudocount |
Pseudocounts to add to log-normalized data if specified (default 1). |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.