View source: R/vis_pcawg_value.R
vis_pcawg_unicox_tree | R Documentation |
Visualize Single Gene Univariable Cox Result in PCAWG
vis_pcawg_unicox_tree(
Gene = "TP53",
measure = "OS",
data_type = "mRNA",
threshold = 0.5,
values = c("grey", "#E31A1C", "#377DB8"),
opt_pancan = .opt_pancan
)
Gene |
a molecular identifier (e.g., "TP53") or a formula specifying
genomic signature ( |
measure |
a survival measure, e.g. "OS". |
data_type |
choose gene profile type, including "mRNA","transcript","methylation","miRNA","protein","cnv" |
threshold |
a expression cutoff, |
values |
the color to fill tumor or normal |
opt_pancan |
specify one dataset for some molercular profiles |
a ggplot
object
## Not run:
p <- vis_pcawg_unicox_tree(Gene = "TP53")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.