View source: R/plotting_depmap.R
plot_depmap_dependency | R Documentation |
Plot gene dependency information from DepMap CRISPR and RNAi tables
plot_depmap_dependency(
df,
crispr.color = "#3584B5",
rnai.color = "#52288E",
depline = TRUE,
plot.grid = FALSE
)
df |
data.frame containing information for a single gene
as returned by |
crispr.color |
Character scalar for CRISPR trace color as hexcode. |
rnai.color |
Character scalar for RNAi trace color as hexcode. |
depline |
Boolean indicating whether to show the dependency threshold line. |
plot.grid |
Boolean indicating whether to plot gridlines. |
plotly object
Jared Andrews
get_depmap_plot_data
library(CRISPRball)
data(depmap_22q1_crispr_rnai)
plot_depmap_dependency(depmap_22q1_crispr_rnai)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.