get_unfinished_list_names: Get unfinished list names

Description Usage Arguments Value Examples

Description

Gets the unfinished gene list names. It reads the file names in the results directory and uses this to deduce which gene lists have already been analysed. This means you can pause the analysis of multiple gene lists and it will not re-analyse the already completed ones when you start again.

Usage

1
get_unfinished_list_names(list_names, results_dir)

Arguments

list_names

A char vector of gene list names

results_dir

The directory containing analysed results.

Value

A character vector of list_names that still need to be analysed.

Examples

1
2
3
4
5
6
## Not run: 
list_names <- unique(data$phenotypes)
results_dir <- "output/"
get_unfinished_list_names(list_names,results_dir)

## End(Not run)

ovrhuman/MultiEWCE documentation built on Dec. 22, 2021, 5:21 a.m.