plot.aneuBiHMM {AneuFinder}R Documentation

Plotting function for aneuBiHMM objects

Description

Make different types of plots for aneuBiHMM objects.

Usage

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

Arguments

x

An aneuBiHMM object.

type

Type of the plot, one of c('profile', 'histogram', 'karyogram'). You can also specify the type with an integer number.

profile

An profile with read counts and CNV-state.

histogram

A histogram of binned read counts with fitted mixture distribution.

karyogram

A karyogram-like chromosome overview with CNV-state.

...

Additional arguments for the different plot types.

Value

A ggplot object.


[Package AneuFinder version 1.18.0 Index]