plot.GenoGAM {GenoGAM} | R Documentation |
This functions plots the fit of a given region and optionally the read counts from the GenoGAMDataSet object
plot.GenoGAM(x, ggd = NULL, ranges = NULL, seqnames = NULL, start = NULL, end = NULL, scale = TRUE, ...)
x |
A |
ggd |
A |
ranges |
A |
seqnames |
A chromosome name. Together with start and end it is an alternative way ob selecting a region |
start |
The start of a region |
end |
The end of a region |
scale |
Logical, should all tracks be scaled to the same y-axis? |
... |
Additional parameters that will be passed to the basic plot routine |
A plot of all tracks either using the ggplot2 or the base R framework
Georg Stricker georg.stricker@in.tum.de