plot_kernscr: Plotting functions used in the manuscript

plot_kernscr_methodsplitR Documentation

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
)

kernscr documentation built on April 17, 2023, 5:09 p.m.