Export and format FELLA analysis results.
ExportResults
01 Syntax
SMRUCC.genomics.Analysis.HTS.FELLA.Core.ExportResults
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GenerateResultsTable | 1 | Generate a results table from an enrichment analysis. |
| GenerateDetailedTable | 1 | Generate a detailed results table with all node types separated. |
| GenerateResultsGraph | 1 | Extract the sub-network of significant nodes. |
| FindShortestPath | 1 | Find shortest path from any source node to a target node using BFS. |
| ExportToCsv | 1 | Export results to a CSV file. |
| GenerateSummaryReport | 1 | Generate a summary report of the enrichment analysis. |
03 Members
Generate a results table from an enrichment analysis. Returns a list of formatted rows with node information and scores.
Generate a detailed results table with all node types separated.
Extract the sub-network of significant nodes. Returns the set of node indices that should be included in the sub-network visualization.
The sub-network includes:
- All significant nodes (p-score < threshold)
- Input compound nodes
- Connecting nodes on shortest paths between input and significant nodes
Find shortest path from any source node to a target node using BFS. Returns the path as a list of node indices, or Nothing if no path exists.
Export results to a CSV file.
Generate a summary report of the enrichment analysis.