Description Usage Arguments Value Examples
Visualization of splicing events annotation using an interactive data table.
1 |
events |
a maser object. |
type |
character indicating splice type. Possible values are
|
a datatables 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_top <- topEvents(hypoxia_filt)
display(hypoxia_top, type = "SE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.