plot_samples_PSI | R Documentation |
Plot the PSI of all samples in a data.frame
plot_samples_PSI(data, simplify_names = TRUE)
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. |
A ggplot2 plot
read_vst_tbl(path = "file/inclusion/table.tab", show_col_types = FALSE) |>
tidy_vst_psi(verbose = F) |>
subset(abs(dPSI) >= 80 ) |>
plot_samples_PSI()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.