Description Usage Arguments Value Author(s) See Also Examples
View source: R/readWhippetFiles.R
Import whippet results files as a whippetDataSet
1 | readWhippetDataSet(filePath = ".")
|
filePath |
path to whippet output files |
whippetDataSet
Beth Signal
Other whippet data processing:
coordinates(),
diffSplicingResults(),
filterWhippetEvents(),
formatWhippetEvents(),
junctions(),
readCounts(),
readWhippetDIFFfiles(),
readWhippetJNCfiles(),
readWhippetPSIfiles(),
whippetTranscriptChangeSummary()
1 2 3 4 | whippetFiles <- system.file("extdata", "whippet_small/",
package = "GeneStructureTools"
)
wds <- readWhippetDataSet(whippetFiles)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.