vis_gene_drug_response_asso {UCSCXenaShiny} | R Documentation |
Visualize Gene and Drug-Target Association with CCLE Data
Description
See analyze_gene_drug_response_asso for examples.
Usage
vis_gene_drug_response_asso(
Gene = "TP53",
x_axis_type = c("mean.diff", "median.diff"),
output_form = c("plotly", "ggplot2")
)
Arguments
Gene |
a molecular identifier (e.g., "TP53") or a formula specifying
genomic signature ( |
x_axis_type |
set the value type for X axis. |
output_form |
|
Value
plotly
or ggplot2
object.
[Package UCSCXenaShiny version 2.1.0 Index]