getResults | R Documentation |
Returns the results table of an enrich.results object.
getResults(object, test = NULL, getFeatures = TRUE, flatten = FALSE)
object |
An object of class 'enrich.results'. |
test |
The name of a test, or a vector of such names. If ommitted (default), a merge of all available tests is returned. Note that more detailed results are returned when looking at a specific test. |
getFeatures |
Logical; whether to return overlapping features. |
flatten |
Logical; whether to return a normal data.frame instead of a DataFrame. |
a DataFrame or data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.