readWhippetDIFFfiles: Read in a list of whippet .diff.gz files and format as a...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/readWhippetFiles.R

Description

Read in a list of whippet .diff.gz files and format as a data.frame

Usage

1

Arguments

files

vector of *.diff.gz file names

Value

data.frame with junction counts for all files

Author(s)

Beth Signal

See Also

Other whippet data processing: coordinates, diffSplicingResults, filterWhippetEvents, formatWhippetEvents, junctions, readCounts, readWhippetDataSet, readWhippetJNCfiles, readWhippetPSIfiles, whippetTranscriptChangeSummary

Examples

1
2
3
4
whippetFiles <- list.files(system.file("extdata","whippet/",
package = "GeneStructureTools"), full.names = TRUE)
diffFiles <- whippetFiles[grep(".diff", whippetFiles)]
whippetDiffSplice <- readWhippetDIFFfiles(diffFiles)

GeneStructureTools documentation built on Nov. 8, 2020, 6:04 p.m.