PSI {maser} | R Documentation |
Retrieve PSI (percent spliced in) values from a maser object.
PSI(events, type)
events |
a maser object. |
type |
a character indicating the splice type. Possible values
are |
a matrix.
path <- system.file("extdata", file.path("MATS_output"), package = "maser") hypoxia <- maser(path, c("Hypoxia 0h", "Hypoxia 24h")) head(PSI(hypoxia, "SE"))