plotPileupCoverage: Plot pileup coverage

Description Usage Arguments Value Examples

View source: R/pileup.R

Description

Plot pileup coverage

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plotPileupCoverage(
  x,
  threshold = 0.2,
  range = NULL,
  thin = 0.1,
  width = 1,
  label = "",
  drop.indels = FALSE,
  compareReference = FALSE
)

Arguments

x

A pileup object.

threshold

At which frequency do we visualise polymorphisms.

range

Which part along the x-axis do we plot.

thin

Plot only a fraction of the (non-polymorphic) positions.

width

Width of polymorphic positions.

label

Optional plot label.

drop.indels

Don't plot indels.

Value

A ggplot object.

Examples

1
###

DKMS-LSL/dr2s documentation built on March 14, 2021, 2:46 p.m.