View source: R/vis_analyze_gene_drug_response.R
| vis_gene_drug_response_diff | R Documentation | 
See analyze_gene_drug_response_diff for examples.
vis_gene_drug_response_diff(
  Gene = "TP53",
  tissue = "lung",
  Show.P.label = TRUE,
  Method = "wilcox.test",
  values = c("#DF2020", "#DDDF21"),
  alpha = 0.5
)
Gene | 
 a molecular identifier (e.g., "TP53") or a formula specifying
genomic signature (  | 
tissue | 
 select cell line origin tissue.  | 
Show.P.label | 
 
  | 
Method | 
 default method is wilcox.test  | 
values | 
 the color to fill tumor or normal  | 
alpha | 
 set alpha for dots.  | 
a ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.