display: Visualization of splicing events annotation using an...

Description Usage Arguments Value Examples

View source: R/plotEvents.R

Description

Visualization of splicing events annotation using an interactive data table.

Usage

1
display(events, type = c("A3SS", "A5SS", "SE", "RI", "MXE"))

Arguments

events

a maser object.

type

character indicating splice type. Possible values are c("A3SS", "A5SS", "SE", "RI", "MXE")

Value

a datatables object.

Examples

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_top <- topEvents(hypoxia_filt)
display(hypoxia_top, type = "SE")

maser documentation built on March 16, 2021, 6:01 p.m.