evidenceHeatmap {Rariant} | R Documentation |
Heatmap with the evidence of variant evidences.
evidenceHeatmap(x, fill = "d", color = "outside", size = 1.5, xvar = "sample", yvar = "loc", ...)
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'. |
A ggplot2 object.
yesNoMaybe