plot_depmap_cn: Plot gene copy number information from DepMap

View source: R/plotting_depmap.R

plot_depmap_cnR Documentation

Plot gene copy number information from DepMap

Description

Plot gene copy number information from DepMap

Usage

plot_depmap_cn(df, color = "#CEA3CB", plot.grid = FALSE)

Arguments

df

data.frame containing information for a single gene as returned by get_depmap_plot_data.

color

Character scalar for trace color.

plot.grid

Boolean indicating whether to plot gridlines.

Value

plotly object

Author(s)

Jared Andrews

See Also

get_depmap_plot_data

Examples

library(CRISPRball)
data(depmap_22q1_cn)
plot_depmap_cn(depmap_22q1_cn)

j-andrews7/CRISPRball documentation built on Nov. 30, 2023, 7:34 p.m.