plot_corr_dist | R Documentation |
Nice plot to check the density distribution of the correlation of one AS event PSI vs all genes expression levels.
plot_corr_dist(data, binwidth = 0.05)
data |
A tibble generated with |
binwidth |
Correlation bins width. Default 0.05. |
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") |>
plot_corr_dist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.