Learn R Programming

Rariant (version 1.8.3)

evidenceHeatmap: Variant Evidence Heatmap

Description

Heatmap with the evidence of variant evidences.

Usage

evidenceHeatmap(x, fill = "d", color = "outside",
                   size = 1.5,
                   xvar = "sample", yvar = "loc", ...)

Arguments

x
GRanges with variants, as returned by 'rariant'.
fill
Column determining the fill.
color
Column determining the border color.
size
What is this needed for?
xvar, yvar
Which column to define the tiles.
...
Additional arguments, passed to 'geom_tile'.

Value

  • A ggplot2 object.

See Also

yesNoMaybe