tumourkit.utils.preprocessing.save_graph
- tumourkit.utils.preprocessing.save_graph(graph: DataFrame, path: str) None
Saves the given graph as a CSV file to the specified path.
- Parameters:
graph (pd.DataFrame) – The graph to save.
path (str) – The path to save the graph file to.