plot.GRangesList: Plotting function for binned read counts (list)

Description Usage Arguments Value

View source: R/plotting.R

Description

Make plots for binned read counts (list) from binned.data.

Usage

1
2
## S3 method for class 'GRangesList'
plot(x, type = "profile", ...)

Arguments

x

A GRangesList 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.

karyogram

A karyogram-like chromosome overview with read counts.

histogram

A histogram of read counts.

profile

An profile with read counts.

...

Additional arguments for the different plot types.

Value

A ggplot object.


AneuFinder documentation built on Nov. 8, 2020, 7:44 p.m.