View source: R/rnaseq_workflow_qc.R
plot_trimmomatic_paired | R Documentation |
Create a histograms for read retention and filtering rates.
plot_trimmomatic_paired( data, binsize = c(2.5, 0.5), fill = c("gray10", "goldenrod2", "steelblue4"), alpha = 0.5, ids = NULL, invert = F )
data |
A data frame with sequencing depth data in the same format as |
binsize |
A 2-item numeric vector that denotes the bin width for histogram bars. The
first value is for the |
fill |
A 3-item vector of strings that denotes the colors for histogram bars. The first
color is for the |
alpha |
A numeric. The alpha level for histogram bars. |
ids |
A vector of rownames for subsetting |
invert |
A logical. Should |
Uses output generated by MultiQC on Trimmomatic output for paired-end sequencing data to produce sample frequency histograms of read retention and filtering rates. Note: this function only works with Trimmomatic output for paired-end sequencing data.
A list with two ggplot objects, excluded
and retained
that correspond to ggplot
objects for reads excluded and retained after Trimmomatic respectively.
load_paired_end_qc_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.