plotMotif: plot motif count or fraction as bar plot

View source: R/plotMotif.R

plotMotifR Documentation

plot motif count or fraction as bar plot

Description

plot motif count or fraction as bar plot

Usage

plotMotif(
  x,
  ylim,
  x_title = "Motif",
  plot_type = c("Fraction"),
  bar_color = c(A = "cornflowerblue", C = "darksalmon", G = "palevioletred2", T =
    "forestgreen"),
  motif_levels = c("C", "G", "A", "T"),
  ...
)

Arguments

x
ylim
x_title
plot_type
bar_color
motif_levels
...

Value

ggplot2 object


hw538/cfDNAPro documentation built on April 21, 2024, 2:21 a.m.