Description Usage Arguments Value Examples
Retrieve raw read counts values from a maser object.
1 2 |
object |
a maser object. |
type |
a character indicating the splice type. Possible values
are |
a matrix.
1 2 3 | path <- system.file("extdata", file.path("MATS_output"), package = "maser")
hypoxia <- maser(path, c("Hypoxia 0h", "Hypoxia 24h"))
head(counts(hypoxia, "SE"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.