| junctions {GeneStructureTools} | R Documentation |
Method junctions
junctions(whippetDataSet) ## S4 method for signature 'whippetDataSet' junctions(whippetDataSet)
whippetDataSet |
whippetDataSet generated from |
junctions GRanges object (originally from a whippet .jnc file)
Other whippet data processing: coordinates,
diffSplicingResults,
filterWhippetEvents,
formatWhippetEvents,
readCounts,
readWhippetDIFFfiles,
readWhippetDataSet,
readWhippetJNCfiles,
readWhippetPSIfiles,
whippetTranscriptChangeSummary
whippetFiles <- system.file("extdata","whippet/",
package = "GeneStructureTools")
wds <- readWhippetDataSet(whippetFiles)
junctions <- junctions(wds)