vis_gene_drug_response_diff {UCSCXenaShiny} | R Documentation |
Visualize Gene and Drug Response Difference with CCLE Data
Description
See analyze_gene_drug_response_diff for examples.
Usage
vis_gene_drug_response_diff(
Gene = "TP53",
tissue = "lung",
Show.P.label = TRUE,
Method = "wilcox.test",
values = c("#DF2020", "#DDDF21"),
alpha = 0.5
)
Arguments
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. |
Value
a ggplot
object.
[Package UCSCXenaShiny version 2.1.0 Index]