createJunctionsTemplate: Creates a template of alternative splicing junctions

Description Usage Arguments Value Examples

View source: R/events.R

Description

Creates a template of alternative splicing junctions

Usage

1
2
3
4
5
6
7
8
createJunctionsTemplate(
  nrow,
  program = character(0),
  event.type = character(0),
  chromosome = character(0),
  strand = character(0),
  id = character(0)
)

Arguments

nrow

Integer: row number

program

Character: program used to get the junctions

event.type

Character: event type

chromosome

Character: chromosome

strand

Character: positive-sense (+) or negative-sense (-) strand

id

Character: event identifiers

Value

A data frame with the junctions coordinate names pre-filled with NA

Examples

1

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