Learn R Programming

RTCGAToolbox (version 2.2.2)

showResults: Export toptable or correlation data frame

Description

Export toptable or correlation data frame

Usage

showResults(object)

Arguments

object
A DGEResult or CorResult object

Value

Returns toptable or correlation data frame

Examples

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

Run the code above in your browser using DataLab