View source: R/rnaseq_workflow_qc.R
plot_seq_depth | R Documentation |
Create a sequencing depth by sample scatterplot.
plot_seq_depth( data, point_size = 4, fill = "red4", alpha = 0.75, sort = T, ids = NULL, invert = F )
data |
A data frame with sequencing depth data in the same format as |
point_size |
A numeric. The size for data points. |
fill |
A string. The fill color for data points. |
alpha |
A numeric. The alpha level for data points. |
sort |
A logical. Should the x-axis be ordered by sequencing depth? |
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.