check_files | R Documentation |
Goes through all matrices and the graph file and checks if the input data is correct and exists. It then prepares the data for local or remote use. For local execution return filepaths for remote reutrn data.frames. For the graph_files always return filepaths.
check_files(indicator_matrices, graph)
indicator_matrices |
Filepath, data.frame or as a list of both. |
graph |
Filepath to the graph file in sif format or an igraph object. |
Returns the data prepared for the respective run (local or remote). Indicator matrices: List of paths for local run and list of data.frames for remote run. Graph file: Null if no graph_file provided else path to graph_file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.