Description Usage Arguments Value Examples
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.
1 | get_unfinished_list_names(list_names, results_dir)
|
list_names |
A char vector of gene list names |
results_dir |
The directory containing analysed results. |
A character vector of list_names that still need to be analysed.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.