plot_balloon_plot: Make Balloon Plot for Results

View source: R/plot_balloon_plot.R

plot_balloon_plotR Documentation

Make Balloon Plot for Results

Description

Make Balloon Plot for Results

Usage

plot_balloon_plot(dat, title, xlab = "Weighted Similarity Ranks By Data Type")

Arguments

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

Value

a ggplot2 object

See Also

make_balloon_plot_data_from_comparison_result(), make_balloon_plot_data_from_mtc()

Examples

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")


cannin/tumorcomparer documentation built on Feb. 7, 2023, 3:13 p.m.