result_detail_methods | R Documentation |
These methods return as.data.frame(x@result)
or x@detail
,
depending on the class, effectively exposing object contents.
## S4 method for signature 'richResult'
result(x)
## S4 method for signature 'GSEAResult'
result(x)
## S4 method for signature 'richResult'
detail(x)
## S4 method for signature 'GSEAResult'
detail(x)
x |
A |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.