plot_frag_length: Fragment length frequency line plot

View source: R/rnaseq_workflow_qc.R

plot_frag_lengthR Documentation

Fragment length frequency line plot

Description

Create a fragment length frequency line plot.

Usage

plot_frag_length(
  data,
  line_width = 1.5,
  line_color = "red4",
  alpha = 0.5,
  ids = NULL,
  invert = F
)

Arguments

data

A data frame with fragment length data in the same format as frag_length returned by load_paired_end_qc_data.

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 data for plotting.

invert

A logical. Should ids be used for excluding rows from plotting instead?

Value

A ggplot object.

See Also

load_paired_end_qc_data


bryancquach/omixjutsu documentation built on Jan. 29, 2023, 3:47 p.m.