createJunctionsTemplate {psichomics}R Documentation

Creates a template of alternative splicing junctions

Description

Creates a template of alternative splicing junctions

Usage

createJunctionsTemplate(nrow, program = character(0),
  event.type = character(0), chromosome = character(0),
  strand = character(0), id = character(0))

Arguments

nrow

Integer: Number of rows

program

Character: Program used to get the junctions

event.type

Character: Event type of the respective events

chromosome

Character: Chromosome of the junctions

strand

Character: positive ("+") or negative ("-") strand of the event

id

Character: events' ID

Value

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

Examples

psichomics:::createJunctionsTemplate(nrow = 8)

[Package psichomics version 1.8.2 Index]