Skip to contents

Helper for quickly creating the event_data data.frame required by CreateMatisseObject and CalculatePSI from a table of per-junction metadata.

Usage

BuildSimpleEvents(junctions, event_type = "simple")

Arguments

junctions

A data.frame with at minimum columns junction_id and gene_id.

event_type

Character. Currently only "simple" is supported.

Value

A data.frame suitable for the event_data argument of CreateMatisseObject.