plot_best_corr_genes | R Documentation |
Plot to check the top and bottom correlating genes of one AS event PSI vs all genes expression levels. (1 vs many)
plot_best_corr_genes(data, num_genes, ...)
data |
A tibble generated with |
num_genes |
How many top and bottom genes to plot? A vector of length 2 specifying the number of genes to plot for the bottom and for the top correlating genes. Must be above 0. |
... |
Extra parameters passed to |
A ggplot2 plot.
#' gimme_PSI_expr_corr(inclusion_tbl = psi_path, vst_id = "HsaEX0000001",
vst_expression_tbl = expr_path, corr_method = "spearman",
verbose = F, use = "complete.obs", quality_thrshld = "LOW",
num_genes = 10, expr_min_mean_fltr = 10,
map_ID_2_names = T, species = "hsapiens") |>
plot_best_corr_genes(size = 5, stroke = 0.25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.