Learn R Programming

RTCGA (version 1.2.2)

showResults,DGEResult-method: Export toptable or correlation data frame

Description

Export toptable or correlation data frame

Usage

## S3 method for class 'DGEResult':
showResults(object)

Arguments

object
A DGEResult or CorResult object

Value

  • Returns toptable for DGE results

Examples

Run this code
data(RTCGASample)
dgeRes = getDiffExpressedGenes(RTCGASample)
dgeRes
showResults(dgeRes[[1]])

Run the code above in your browser using DataLab