Description Usage Arguments Value Examples
Filter splicing events based on coverage.
1 | filterByCoverage(events, avg_reads = 5)
|
events |
a maser object. |
avg_reads |
numeric, average number of reads covering the splice event. |
a maser object.
1 2 3 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.