readCounts {GeneStructureTools} | R Documentation |
Method readCounts
readCounts(whippetDataSet) ## S4 method for signature 'whippetDataSet' readCounts(whippetDataSet)
whippetDataSet |
whippetDataSet generated from |
whippet read count data.frame (originally from a whippet .psi file)
Other whippet data processing: coordinates
,
diffSplicingResults
,
filterWhippetEvents
,
formatWhippetEvents
,
junctions
,
readWhippetDIFFfiles
,
readWhippetDataSet
,
readWhippetJNCfiles
,
readWhippetPSIfiles
,
whippetTranscriptChangeSummary
whippetFiles <- system.file("extdata","whippet/", package = "GeneStructureTools") wds <- readWhippetDataSet(whippetFiles) readCounts <- readCounts(wds)