Represents a single node in the KEGG graph. Each node has a KEGG ID, a human-readable name, and a type.
KeggNode
01 Syntax
SMRUCC.genomics.Analysis.HTS.FELLA.Core.KeggNode
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Properties
04 Members
Id
KEGG identifier (e.g., "C00002", "R00710", "1.1.1.1", "M00001", "hsa00010")
Name
Human-readable name
NodeType
Node type in the KEGG hierarchy
Index
Internal index for matrix operations
ToString()