readWhippetDataSet {GeneStructureTools}R Documentation

Import whippet results files as a whippetDataSet

Description

Import whippet results files as a whippetDataSet

Usage

readWhippetDataSet(filePath = ".")

Arguments

filePath

path to whippet output files

Value

whippetDataSet

Author(s)

Beth Signal

See Also

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

Examples

whippetFiles <- system.file("extdata","whippet/",
package = "GeneStructureTools")
wds <- readWhippetDataSet(whippetFiles)

[Package GeneStructureTools version 1.10.0 Index]