annotation,Maser-method {maser} | R Documentation |
Retrieve annotation of splicing events from a maser object.
## S4 method for signature 'Maser' annotation(object, type = c("A3SS", "A5SS", "SE", "RI", "MXE"))
object |
a maser object. |
type |
a character indicating the splice type. Possible values
are |
a data.frame.
path <- system.file("extdata", file.path("MATS_output"), package = "maser") hypoxia <- maser(path, c("Hypoxia 0h", "Hypoxia 24h")) head(annotation(hypoxia, "SE"))