showResults,DGEResult-method {RTCGAToolbox} | R Documentation |
Export toptable or correlation data frame
## S4 method for signature 'DGEResult' showResults(object)
object |
Returns toptable for DGE results
data(RTCGASample) dgeRes = getDiffExpressedGenes(RTCGASample) dgeRes showResults(dgeRes[[1]])