PSI-Maser-character-method: Retrieve PSI (percent spliced in) values from a maser object.

Description Usage Arguments Value Examples

Description

Retrieve PSI (percent spliced in) values from a maser object.

Usage

1
2
3
## S4 method for signature 'Maser,character'
PSI(events, type = c("A3SS", "A5SS", "SE", "RI",
  "MXE"))

Arguments

events

a maser object.

type

a character indicating the splice type. Possible values are c("A3SS", "A5SS", "SE", "RI", "MXE").

Value

a matrix.

Examples

1
2
3
path <- system.file("extdata", file.path("MATS_output"), package = "maser")
hypoxia <- maser(path, c("Hypoxia 0h", "Hypoxia 24h"))
head(PSI(hypoxia, "SE"))

maser documentation built on March 16, 2021, 6:01 p.m.