Description Usage Arguments Value Examples
Filter splicing events based on event identifier and type.
1 | filterByEventId(events, event_id, type = c("A3SS", "A5SS", "SE", "RI", "MXE"))
|
events |
a maser object. |
event_id |
numeric vector of event identifiers. |
type |
character indicating splice type. Possible values are
|
a maser object.
1 2 3 | path <- system.file("extdata", file.path("MATS_output"), package = "maser")
hypoxia <- maser(path, c("Hypoxia 0h", "Hypoxia 24h"))
filterByEventId(hypoxia, 33208, "SE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.