Description Usage Arguments Value Examples
View source: R/checkCompleteness.R
Check if the core set was processed with the function processCoreSet()
1 | checkPreProcess(root, coreSet)
|
root |
The path to the core directory, where the core set is stored within weight_dir, blast_dir, etc. |
coreSet |
The name of the interested core set. The core directory can contains more than one core set and the user must specify the interested core set. The core set will be stored in the folder core_orthologs in subfolder, specify them by the name of the subfolder |
TRUE or FALSE
1 2 | coreFolder <- system.file("extdata", "sample", package = "fCAT")
checkPreProcess(coreFolder, "test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.