extractData: Extracts required dataset by navigating down into a list

Description Usage Arguments

View source: R/extractData.R

Description

Specify the names of the elements you want to extract using the extract_levels parameter. If you have results stashed in a list like this list('X' = list('bla' = the_target_data)), then specify the extract levels as extract_levels = c('X', 'bla')

Usage

1
extractData(all_results, config)

Arguments

all_results

A list of all results given the class 'all_results'.

config

A list of configuration options


philliplab/MotifBinner2 documentation built on Sept. 8, 2020, 12:09 a.m.