View source: R/rnaseq_workflow_qc.R
plot_phred_per_bp | R Documentation |
Create a line plot with per base pair mean PHRED scores.
plot_phred_per_bp( data, labels = NULL, line_colors = rep("red4", length(data)), alpha = 0.25, line_width = 1.5, ids = NULL, invert = F )
data |
A list of data frames with data in the same format as |
labels |
A vector of strings for legend labels corresponding to the data frames in |
line_colors |
A vector of strings. Line colors corresponding to the data frames in |
alpha |
A numeric. The alpha level for lines. |
line_width |
A numeric value for the line width. |
ids |
A vector of rownames for subsetting |
invert |
A logical. Should |
A ggplot object.
load_paired_end_qc_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.