parseSuppaEvent: Parses splicing events of a specific event type from SUPPA

Description Usage Arguments Details Value Note Examples

View source: R/events_suppa.R

Description

Parses splicing events of a specific event type from SUPPA

Usage

1

Arguments

event

Character vector: Splicing event attributes and junction positions

Details

More information about SUPPA available at https://bitbucket.org/regulatorygenomicsupf/suppa

The following event types are available to be parsed:

Value

List with the event attributes (chromosome, strand, event type and the position of the exon boundaries)

Note

It only allows to parse one event type at once.

Examples

1
2
event <- "ENSG00000000419;A3:20:49557492-49557642:49557470-49557642:-"
psichomics:::parseSuppaEvent(event)

psichomics documentation built on Nov. 8, 2020, 5:44 p.m.