View source: R/rnaseq_workflow_qc.R
plot_junction_saturation | R Documentation |
Create a splice junction saturation line plot.
plot_junction_saturation( data, line_width = 1.5, line_color = "red4", alpha = 0.5, ids = NULL, invert = F )
data |
A data frame with splice junction data in the same format as |
line_width |
A numeric. The line size for plot lines. |
line_color |
A string. The color for plot lines. |
alpha |
A numeric. The alpha level for data points. |
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.