boxplot_PSI_levels {maser} | R Documentation |
Boxplots of PSI distributions by splicing type.
boxplot_PSI_levels(events, type = c("A3SS", "A5SS", "SE", "RI", "MXE"))
events |
a maser object. |
type |
character indicating splice type. Possible values are
|
a ggplot object.
path <- system.file("extdata", file.path("MATS_output"), package = "maser") hypoxia <- maser(path, c("Hypoxia 0h", "Hypoxia 24h")) hypoxia_filt <- filterByCoverage(hypoxia, avg_reads = 5) boxplot_PSI_levels(hypoxia_filt, type = "RI")