View source: R/is_not_analysed.R
is_not_analysed | R Documentation |
Takes a gene list name and checks the output results directory to see if that
gene list has been analysed yet.
The ewce_para function outputs the results
for each gene list in to the results directory (save_dir_tmp
)
with name format list_name.rds.
is_not_analysed(list_names, save_dir_tmp)
list_names |
character vector of gene list names. |
save_dir_tmp |
Folder to save intermediate results files to
(one file per gene list). Set to |
Vector of TRUE or FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.