View source: R/plotting_depmap.R
plot_depmap_expression | R Documentation |
Plot gene expression information from DepMap, mostly from CCLE
plot_depmap_expression(df, color = "#7B8CB2", plot.grid = FALSE)
df |
data.frame containing information for a single gene
as returned by |
color |
Character scalar for trace color. |
plot.grid |
Boolean indicating whether to plot gridlines. |
plotly object
Jared Andrews
get_depmap_plot_data
library(CRISPRball)
data(depmap_22q1_TPM)
plot_depmap_expression(depmap_22q1_TPM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.