createJunctionsTemplate {psichomics} | R Documentation |
Creates a template of alternative splicing junctions
createJunctionsTemplate(nrow, program = character(0), event.type = character(0), chromosome = character(0), strand = character(0), id = character(0))
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 |
A data frame with the junctions coordinate names pre-filled with NAs
psichomics:::createJunctionsTemplate(nrow = 8)