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