readCounts-methods: Method readCounts

Description Usage Arguments Value See Also Examples

Description

Method readCounts

Usage

1
2
3
4
readCounts(whippetDataSet)

## S4 method for signature 'whippetDataSet'
readCounts(whippetDataSet)

Arguments

whippetDataSet

whippetDataSet generated from readWhippetDataSet()

Value

whippet read count data.frame (originally from a whippet .psi file)

See Also

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

Examples

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

readCounts <- readCounts(wds)

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