formatWhippetEvents: Format Whippet co-ordinates as a GRanges object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/readWhippetFiles.R

Description

Format Whippet co-ordinates as a GRanges object

Usage

1

Arguments

whippet

data.frame containing event location information. May be generated by readWhippetDIFFfiles()

Value

GRanges object with events

Author(s)

Beth Signal

See Also

Other whippet data processing: coordinates(), diffSplicingResults(), filterWhippetEvents(), junctions(), readCounts(), readWhippetDIFFfiles(), readWhippetDataSet(), readWhippetJNCfiles(), readWhippetPSIfiles(), whippetTranscriptChangeSummary()

Examples

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

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