showResults,CorResult-method {RTCGAToolbox}R Documentation

Export toptable or correlation data frame

Description

Export toptable or correlation data frame

Usage

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

Arguments

object

A DGEResult or CorResult object

Value

Returns correlation results data frame

Examples

data(RTCGASample)
corRes = getCNGECorrelation(RTCGASample,adj.pval = 1,raw.pval = 1)
corRes
showResults(corRes[[1]])

[Package RTCGAToolbox version 2.12.1 Index]