extract_results | R Documentation |
Return all results contained in a result list
extract_results(object, dataset, model, comparison)
object |
The list of results returned by get_result |
dataset |
The name of the dataset you want to restrict the traversal to - optional, and if omitted all datasets will be traversed. |
model |
The name of the model you want to restrict the traversal to - optional, and if omitted all models will be traversed. |
comparison |
The name of the comparison you want to restrict the traversal to - optional, and if omitted all comparisons will be traversed. |
Traverse an object returned by get_result, and extract the DESeq2 results stored at each node.
Gavin Kelly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.