coordinates {GeneStructureTools}R Documentation

Method coordinates

Description

Method coordinates

Usage

coordinates(whippetDataSet)

## S4 method for signature 'whippetDataSet'
coordinates(whippetDataSet)

Arguments

whippetDataSet

whippetDataSet generated from readWhippetDataSet()

Value

whippet splicing event coordinates as a GRanges object

See Also

Other whippet data processing: diffSplicingResults, filterWhippetEvents, formatWhippetEvents, junctions, readCounts, readWhippetDIFFfiles, readWhippetDataSet, readWhippetJNCfiles, readWhippetPSIfiles, whippetTranscriptChangeSummary

Examples

whippetFiles <- system.file("extdata","whippet/",
package = "GeneStructureTools")
wds <- readWhippetDataSet(whippetFiles)

coordinates <- coordinates(wds)

[Package GeneStructureTools version 1.13.0 Index]