plot_corr_dist: Nice plot to check the density distribution of the...

plot_corr_distR Documentation

Nice plot to check the density distribution of the correlation of one AS event PSI vs all genes expression levels.

Description

Nice plot to check the density distribution of the correlation of one AS event PSI vs all genes expression levels.

Usage

plot_corr_dist(data, binwidth = 0.05)

Arguments

data

A tibble generated with gimme_PSI_expr_corr.

binwidth

Correlation bins width. Default 0.05.

Value

A ggplot2 plot.

Examples

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()

Ni-Ar/niar documentation built on Feb. 3, 2025, 9:25 a.m.