Description Usage Arguments Value Examples
Retrieve splicing events for a given gene.
1 | geneEvents(events, geneS, fdr = 0.05, deltaPSI = 0.1)
|
events |
a maser object. |
geneS |
a character indicating the gene symbol. |
fdr |
numeric, FDR cutoff. |
deltaPSI |
numeric, minimum PSI change. |
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_mib2 <- geneEvents(hypoxia, "MIB2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.