Description Usage Arguments Value Author(s) See Also Examples
View source: R/readWhippetFiles.R
Read in a list of whippet .diff.gz files and format as a data.frame
1 |
files |
vector of *.diff.gz file names |
data.frame with junction counts for all files
Beth Signal
Other whippet data processing: coordinates,
diffSplicingResults,
filterWhippetEvents,
formatWhippetEvents,
junctions, readCounts,
readWhippetDataSet,
readWhippetJNCfiles,
readWhippetPSIfiles,
whippetTranscriptChangeSummary
1 2 3 4 | whippetFiles <- list.files(system.file("extdata","whippet/",
package = "GeneStructureTools"), full.names = TRUE)
diffFiles <- whippetFiles[grep(".diff", whippetFiles)]
whippetDiffSplice <- readWhippetDIFFfiles(diffFiles)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.