--- license: cc-by-4.0 language: - en tags: - biology - genomics - gene-regulatory-network - protein-protein-interaction - soybean - plant-genomics pretty_name: SoyGRN — soybean GRN models, inferred networks, and expression data --- # SoyGRN: trained models and inferred networks for soybean transcriptome-scale GRN inference Reusable data and model release for the paper *"Transcriptome-scale gene regulatory network inference in soybean: GPU-scalable tree ensembles versus a masked-expression foundation model"* (Genome Biology). This is the deposited resource referenced by the manuscript's *Availability of data and materials* declaration and Supplementary Tables S1–S2. **Analysis code is on GitHub: https://github.com/k821209/soygrn** All identifiers are Wm82.a6 (Phytozome Gmax_880_v6.0) gene loci for soybean and Araport11 for Arabidopsis. Protein embeddings throughout are mean-pooled ESM-2 `esm2_t12_35M_UR50D` (480-d). ## Trained models ### `grn_fm_W.npz` — SoyGRN-FM (the network *is* the weight tensor) The trained masked-expression foundation model. NumPy archive: - `W` — float32, shape **(3419 TF × 48358 target)**: the signed regulator→target weight tensor; this single tensor is the entire GRN (no other reg→target path in the model). - `tf_idx` — int64 (3419): row → index into `genes` for each transcription factor. - `genes` —