Tools
=====

BioNeuralNet offers a variety of **tools** for graph-based analyses of multi-omics data, including:

- **Graph Embedding**: Generate GNN or Node2Vec embeddings.
- **Subject Representation**: Integrate embeddings into omics data.
- **Disease Prediction**: DPMON for end-to-end classification.
- **Graph Clustering**: PageRank or hierarchical clustering for subnetwork identification.

.. toctree::
   :maxdepth: 2
   :caption: Usage Examples

   Graph_Embedding
   Subject_Representation
   Disease_Prediction
   Graph_Clustering

These examples illustrate typical usage patterns for each module.
