plot_samples_PSI: Plot the PSI of all samples in a data.frame

View source: R/vst_plot.R

plot_samples_PSIR Documentation

Plot the PSI of all samples in a data.frame

Description

Plot the PSI of all samples in a data.frame

Usage

plot_samples_PSI(data, simplify_names = TRUE)

Arguments

data

A dataframe with certain columns. Do NOT use this function for plotting a lot of AS events.

simplify_names

Logical, Should names be shortened? Helps with shorter X-axis text names.

Value

A ggplot2 plot

Examples

read_vst_tbl(path = "file/inclusion/table.tab", show_col_types = FALSE) |>
     tidy_vst_psi(verbose = F) |>
     subset(abs(dPSI) >= 80 ) |>
     plot_samples_PSI()

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