nichepca.graph_construction.print_graph_stats#
- nichepca.graph_construction.print_graph_stats(adata=None, edge_index=None, num_nodes=None)#
Print statistics about the graph.
- Parameters:
adata (AnnData | None (default:
None)) – Annotated data object.edge_index (torch.tensor | None (default:
None)) – Edge index of the graph.num_nodes (int | None (default:
None)) – Number of nodes in the graph.
- Returns:
None