| plotKaryogram {AneuFinder} | R Documentation |
Plot a karyogram-like chromosome overview with read counts and CNV-state from a aneuHMM object or binned.data.
plotKaryogram(model, both.strands = FALSE, plot.breakpoints = TRUE, file = NULL)
model |
A |
both.strands |
If |
plot.breakpoints |
Logical indicating whether breakpoints should be plotted. |
file |
A PDF file where the plot will be saved. |
A ggplot object or NULL if a file was specified.