plot_depmap_expression: Plot gene expression information from DepMap, mostly from...

View source: R/plotting_depmap.R

plot_depmap_expressionR Documentation

Plot gene expression information from DepMap, mostly from CCLE

Description

Plot gene expression information from DepMap, mostly from CCLE

Usage

plot_depmap_expression(df, color = "#7B8CB2", 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_TPM)
plot_depmap_expression(depmap_22q1_TPM)

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