Represents a directed edge in the KEGG graph. In FELLA, edges are undirected for diffusion but directed for the hierarchical structure (pathway->module->enzyme->reaction->compound).
KeggEdge
01 Syntax
SMRUCC.genomics.Analysis.HTS.FELLA.Core.KeggEdge
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| SourceIndex | 1 | Source node index |
| TargetIndex | 1 | Target node index |
| EdgeType | 1 | Edge type description (e.g., "pathway-module", "reaction-compound") |
04 Members
SourceIndex
Source node index
TargetIndex
Target node index
EdgeType
Edge type description (e.g., "pathway-module", "reaction-compound")
ToString()