show,DeaSet-method {RegEnrich} | R Documentation |
methods of generic function "show"
## S4 method for signature 'DeaSet' show(object) ## S4 method for signature 'TopNetwork' show(object) ## S4 method for signature 'Enrich' show(object) ## S4 method for signature 'Score' show(object) ## S4 method for signature 'RegenrichSet' show(object)
object |
one object of either |
show returns an invisible original object
.
x = newScore(letters[1:5], 1:5, 1:5, -2:2, seq(2, 1, len = 5)) show(x)