covplot: covplot

Description Usage Arguments Value Author(s)

View source: R/covplot.R

Description

plot peak coverage

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
covplot(
  peak,
  weightCol = NULL,
  xlab = "Chromosome Size (bp)",
  ylab = "",
  title = "ChIP Peaks over Chromosomes",
  chrs = NULL,
  xlim = NULL,
  lower = 1
)

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

Value

ggplot2 object

Author(s)

G Yu


ChIPseeker documentation built on March 6, 2021, 2 a.m.