| plot.GRanges {AneuFinder} | R Documentation |
Plotting function for binned read counts
Description
Make plots for binned read counts from binned.data.
Usage
## S3 method for class 'GRanges'
plot(x, type = "profile", ...)
Arguments
x |
A GRanges-class object with binned read counts.
|
type |
Type of the plot, one of c('profile', 'histogram', 'karyogram'). You can also specify the type with an integer number.
karyogramA karyogram-like chromosome overview with read counts.
histogramA histogram of read counts.
profileAn profile with read counts.
|
... |
Additional arguments for the different plot types.
|
Value
A ggplot object.
[Package
AneuFinder version 1.22.0
Index]