Result for a single node from enrichment analysis.
NodeResult
01 Syntax
SMRUCC.genomics.Analysis.HTS.FELLA.Core.NodeResult
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| NodeIndex | 1 | Node index in the graph |
| KeggId | 1 | KEGG ID |
| Name | 1 | Node name |
| NodeType | 1 | Node type |
| RawScore | 1 | Raw score (diffusion score or PageRank score) |
| ZScore | 1 | Z-score (normalized score) |
| PScore | 1 | P-score (significance measure, lower = more significant) |
| AdjustedPValue | 1 | Adjusted p-value (after multiple testing correction) |
04 Members
NodeIndex
Node index in the graph
KeggId
KEGG ID
Name
Node name
NodeType
Node type
RawScore
Raw score (diffusion score or PageRank score)
ZScore
Z-score (normalized score)
PScore
P-score (significance measure, lower = more significant)
AdjustedPValue
Adjusted p-value (after multiple testing correction)
ToString()