Description Usage Arguments Value See Also Examples
Method diffSplicingResults
1 2 3 4 | diffSplicingResults(whippetDataSet)
## S4 method for signature 'whippetDataSet'
diffSplicingResults(whippetDataSet)
|
whippetDataSet |
whippetDataSet generated from |
differential splicing results data.frame (originally from a whippet .diff file)
Other whippet data processing:
coordinates(),
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)
diffSplicingResults <- diffSplicingResults(wds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.