plot_kernscr_methodsplit | R Documentation |
Plotting functions used in the manuscript
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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.