Description Usage Arguments Value Examples
View source: R/plotGeneEvents.R
Boxplots of Percent spliced-in levels for gene events.
1 2 | plotGenePSI(events, type = c("A3SS", "A5SS", "SE", "RI", "MXE"),
show_replicates = TRUE)
|
events |
a maser object. |
type |
character indicating splice type. Possible values
are |
show_replicates |
logical, add data points for individual replicates |
a ggplot object.
1 2 3 4 5 | 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)
hypoxia_mib2 <- geneEvents(hypoxia_filt, geneS = "MIB2")
plotGenePSI(hypoxia_mib2, type = "SE", show_replicates = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.