Description Usage Arguments Value Author(s) See Also Examples
View source: R/readWhippetFiles.R
Format Whippet co-ordinates as a GRanges object
1 | formatWhippetEvents(whippet)
|
whippet |
data.frame containing event location information. May be generated by readWhippetDIFFfiles() |
GRanges object with events
Beth Signal
Other whippet data processing:
coordinates(),
diffSplicingResults(),
filterWhippetEvents(),
junctions(),
readCounts(),
readWhippetDIFFfiles(),
readWhippetDataSet(),
readWhippetJNCfiles(),
readWhippetPSIfiles(),
whippetTranscriptChangeSummary()
1 2 3 4 5 6 | whippetFiles <- list.files(system.file("extdata", "whippet_small/",
package = "GeneStructureTools"
), full.names = TRUE)
diffFiles <- whippetFiles[grep(".diff", whippetFiles)]
whippetDiffSplice <- readWhippetDIFFfiles(diffFiles)
whippetCoords <- formatWhippetEvents(whippetDiffSplice)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.