Learn R Programming

sigminer (version 0.1.11)

draw_cn_features: Plot copy number feature distribution

Description

Plot copy number feature distribution

Usage

draw_cn_features(features, ylab = "", ...)

Arguments

features

a list generate from get_features or sig_prepare function.

ylab

lab of y axis.

...

other options pass to plot_grid function of cowplot package.

Value

a ggplot object

See Also

Other copy number plot: draw_cn_components, draw_cn_distribution

Examples

Run this code
# NOT RUN {
# Load copy number prepare object
load(system.file("extdata", "toy_copynumber_prepare.RData",
  package = "sigminer", mustWork = TRUE
))
draw_cn_features(cn_prepare$features)
# }

Run the code above in your browser using DataLab