covplot: covplot

View source: R/covplot.R

covplotR Documentation

covplot

Description

plot peak coverage

Usage

covplot(
  peak,
  weightCol = NULL,
  xlab = "Chromosome Size (bp)",
  ylab = "",
  title = "ChIP Peaks over Chromosomes",
  chrs = NULL,
  xlim = NULL,
  lower = 1,
  fill_color = NULL
)

Arguments

peak

peak file or GRanges object

weightCol

weight column of peak

xlab

xlab

ylab

ylab

title

title

chrs

selected chromosomes to plot, all chromosomes by default

xlim

ranges to plot, default is whole chromosome

lower

lower cutoff of coverage signal

fill_color

specify the color for the plot. Order matters

Value

ggplot2 object

Author(s)

G Yu


GuangchuangYu/ChIPseeker documentation built on Feb. 9, 2024, 2:06 a.m.