Description Usage Arguments Value Examples
Saves results to a folder. In particular, it saves the matrix of subpathway values, a table with the results of the provided comparison, the accuracy of the results and the .SIF and attributes of the pathways.
1 2 | save_results(results, comp, metaginfo, output_folder = NULL,
path = NULL)
|
results |
Results object as returned by the |
comp |
Comparison as returned by the |
metaginfo |
Pathways object |
output_folder |
Name of the folder in which the results will be stored. |
path |
Absolute path to the parent directory in which 'output_folder' will be saved. If it is not provided, it will be created in a temp folder. |
Creates a folder in disk in which all the information to browse the pathway results is stored.
1 2 3 4 5 | data(results)
data(comp)
pathways <- load_pathways(species = "hsa", pathways_list = c("hsa03320",
"hsa04012"))
save_results(results, comp, pathways, "output_results")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.