View source: R/plotting_depmap.R
plot_depmap_cn | R Documentation |
Plot gene copy number information from DepMap
plot_depmap_cn(df, color = "#CEA3CB", 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_cn)
plot_depmap_cn(depmap_22q1_cn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.