You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Cross-Species Alias Mapping** — Resolve gene names, locus tags, and protein IDs across 20 *Fusarium* species using pre-computed lookup tables
12
+
-**Cross-Species Ortholog Mapping** — Identify orthologs across 20 *Fusarium* species using phylogeny-based NOG assignments from STRING/eggNOG, with alias-based name matching as fallback
13
13
-**Protein-Protein Interaction (PPI) Tables** — Browse interactions from STRING v12.0 with configurable score thresholds (400–999)
14
14
-**Interactive PPI Network** — Force-directed network visualization with zoom, pan, and drag. Hub genes identified by degree centrality
@@ -55,7 +55,12 @@ geneRelate includes data for 20 *Fusarium* species sourced from STRING v12.0:
55
55
56
56
### Orthology Mapping
57
57
58
-
Orthologs are mapped using pre-computed lookup tables derived from FungiDB and Ensembl Fungi. Gene resolution supports protein IDs, locus tags, preferred names, and aliases (case-insensitive).
58
+
Cross-species ortholog identification uses a two-tier approach:
59
+
60
+
1.**Primary — NOG-based orthology**: Each protein's eggNOG orthologous group (NOG) assignment is obtained from STRING v12.0 at the Fungi level (taxid 4751). Proteins sharing the same NOG ID are orthologs. This is phylogeny-based orthology derived from eggNOG's species tree reconciliation and maximum-likelihood methods.
61
+
2.**Fallback — Alias matching**: For genes without NOG assignments, cross-species mapping falls back to name/alias matching using pre-computed lookup tables from FungiDB and Ensembl Fungi.
62
+
63
+
Results are labeled by match type ("Ortholog" vs "Alias") so users can assess confidence. Gene resolution supports protein IDs, locus tags, preferred names, and aliases (case-insensitive).
59
64
60
65
### PPI Networks
61
66
@@ -100,7 +105,7 @@ Trees are rendered as rectangular cladograms with query genes highlighted in red
100
105
101
106
## Limitations
102
107
103
-
-**Alias-based orthology** — Cross-species mapping uses name/alias matching, not reciprocal BLAST or dedicated orthology tools. It may miss orthologs with different names or produce false matches.
108
+
-**Orthology coverage** — NOG-based ortholog mapping covers genes with STRING/eggNOG Fungi-level assignments. Genes without NOG assignments fall back to alias-based name matching, which may miss orthologs with different names or produce false matches.
104
109
-**Synthetic species** — *F. culmorum* and *F. pseudograminearum* data assumes 1:1 correspondence with *F. graminearum*, which is not guaranteed biologically.
105
110
-**KEGG coverage** — Only species with KEGG organism codes have pathway data. Some species will show zero KEGG annotations.
106
111
-**Static data** — Pre-downloaded data does not auto-update. Periodic pipeline re-runs are needed when source databases release new versions.
@@ -109,7 +114,7 @@ Trees are rendered as rectangular cladograms with query genes highlighted in red
109
114
110
115
1. Select a **source species** from the dropdown (or let auto-detection identify it from gene prefixes)
111
116
2. Enter **gene names** (one per line or comma-separated) — supports locus tags (e.g., `FGSG_00362`), gene names (e.g., `TRI5`), or protein IDs
112
-
3. Optionally select **target species** for cross-species alias lookup
117
+
3. Optionally select **target species** for cross-species ortholog lookup
113
118
4. Adjust the **PPI score threshold** (default: 700)
0 commit comments