View source: R/plot_balloon_plot.R
plot_balloon_plot | R Documentation |
Make Balloon Plot for Results
plot_balloon_plot(dat, title, xlab = "Weighted Similarity Ranks By Data Type")
dat |
data generated from either make_ |
title |
a string to be the title for the plot |
xlab |
a string to be the x axis label for the plot |
a ggplot2 object
make_balloon_plot_data_from_comparison_result()
,
make_balloon_plot_data_from_mtc()
mtc_file <- system.file("extdata", "mtc_results_20200331", "mtc_results_20200331_no_factors.rds", package="tumorcomparer") mtc <- readRDS(mtc_file) dat <- make_balloon_plot_data_from_mtc(mtc, "BLCA") plot_balloon_plot(dat, "Title")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.