plot_hist_dPSI | R Documentation |
Plot the dPSI as an histogram using ggplot2
plot_hist_dPSI(data, by_complex = FALSE)
data |
A data.frame that has at least one column called 'dPSI' |
by_complex |
Logical, whether to split the histogram by AS event complexity/type. Uses vast-tools tables "COMPLEX" column. |
A ggplot2 plot
read_vst_tbl(path = 'path/to/compare/inclusion/tbl', show_col_types = FALSE) |>
tidy_vst_psi(verbose = FALSE) |>
hist_dPSI(by_complex = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.