readWhippetDataSet: Import whippet results files as a whippetDataSet

Description Usage Arguments Value Author(s) See Also Examples

View source: R/readWhippetFiles.R

Description

Import whippet results files as a whippetDataSet

Usage

1
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

1
2
3
4
whippetFiles <- system.file("extdata", "whippet_small/",
    package = "GeneStructureTools"
)
wds <- readWhippetDataSet(whippetFiles)

betsig/GeneStructureTools documentation built on March 31, 2021, 4:43 a.m.