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'.