showResults,DGEResult-method {RTCGAToolbox}R Documentation

Export toptable or correlation data frame

Description

Export toptable or correlation data frame

Usage

## S4 method for signature 'DGEResult'
showResults(object)

Arguments

object

A DGEResult or CorResult object

Value

Returns toptable for DGE results

Examples

data(RTCGASample)
dgeRes = getDiffExpressedGenes(RTCGASample)
dgeRes
showResults(dgeRes[[1]])

[Package RTCGAToolbox version 2.14.0 Index]