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: row number |
program |
Character: program used to get the junctions |
event.type |
Character: event type |
chromosome |
Character: chromosome |
strand |
Character: positive-sense ( |
id |
Character: event identifiers |
A data frame with the junctions coordinate names pre-filled with
NA
psichomics:::createJunctionsTemplate(nrow = 8)