Description Usage Arguments Value See Also Examples
Method coordinates
1 2 3 4 | 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()
1 2 3 4 5 6 | whippetFiles <- system.file("extdata", "whippet_small/",
package = "GeneStructureTools"
)
wds <- readWhippetDataSet(whippetFiles)
coordinates <- coordinates(wds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.