Description Usage Arguments Value Author(s) See Also Examples
View source: R/readWhippetFiles.R
Read in a list of whippet .psi.gz files and format as a data.frame
1 | readWhippetPSIfiles(files, attribute = "Total_Reads", maxNA = NA)
|
files |
vector of *.psi.gz file names |
attribute |
which attribute from the PSI files to use (Total_Reads, Psi, CI_width) |
maxNA |
maximum number of NA values allowed before a site is removed |
data.frame with junction counts for all files
Beth Signal
Other whippet data processing:
coordinates(),
diffSplicingResults(),
filterWhippetEvents(),
formatWhippetEvents(),
junctions(),
readCounts(),
readWhippetDIFFfiles(),
readWhippetDataSet(),
readWhippetJNCfiles(),
whippetTranscriptChangeSummary()
1 2 3 4 5 | whippetFiles <- list.files(system.file("extdata", "whippet_small/",
package = "GeneStructureTools"
), full.names = TRUE)
psiFiles <- whippetFiles[grep(".psi", whippetFiles)]
whippetPSI <- readWhippetPSIfiles(psiFiles)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.