Description Usage Arguments Value Examples
View source: R/geNet_algorithm.R
function to export the geNet output. It is automatically called by the geNet() function if export_results=T
1 | export_geNet_result(geNet_output, out_directory, format = "csv")
|
geNet_output |
the object generated by the geNet function. It is a list of two ffdf objects.
|
out_directory |
the directory to write the output |
format |
the user can export the geNet output in .csv format or in .ffdata format. In both cases, two files are generated. One containing the nodes information (e.g., clustering association), and the other one containing edges information (e.g.,connections weight). Default to "csv". |
In case of the csv format, two csv files are generated in the output directory
nodes_geNet_output.csv: it contains the information about the nodes
edges_geNet_output.csv: it contains the information about the edges
1 2 3 4 | ## Not run: export_geNet_result(geNet_output,out_directory="./",format="csv")
# export output in current working directory "./"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.