extract_results: Return all results contained in a result list

View source: R/helpers.r

extract_resultsR Documentation

Return all results contained in a result list

Description

Return all results contained in a result list

Usage

extract_results(object, dataset, model, comparison)

Arguments

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.

Details

Traverse an object returned by get_result, and extract the DESeq2 results stored at each node.

Author(s)

Gavin Kelly


crickbabs/RNASeq-DESeq documentation built on Jan. 7, 2023, 11:23 p.m.