Learn R Programming

kernscr (version 1.0.6)

plot_kernscr_methodsplit: Plotting functions used in the manuscript

Description

Plotting functions used in the manuscript

Usage

plot_kernscr_methodsplit(
  raw_melted,
  adj_melted,
  kernel,
  method,
  pathway_names = TRUE,
  title = NULL,
  raw_lower_threshold = round(log10(1/10000), 1),
  adj_lower_threshold = round(log10(1/10000 * 70), 1)
)

plot_kernscr_kernelsplit( raw_melted, adj_melted, kernel, method, pathway_names = TRUE, title = NULL, raw_lower_threshold = round(log10(1/10000), 1), adj_lower_threshold = NULL )

Arguments