Pith. sign in

REVIEW 3 major objections 4 minor 300 references

Deep and Probabilistic Models for Gene Regulatory Network Inference

T0 review · 3 major / 4 minor · reviewed 2026-08-01 · deepseek-v4-flash

Pith's one-line read The thesis argues that gene regulatory network inference is best split into two stages: a sequence-based prior that transfers across species and a probabilistic factorization that refines edges with calibrated uncertainty.

desk verdict A solid two-method thesis whose main real weakness is that the headline transferability claim rests on cross-species experiments that don't report homology-based leakage controls. read the letter →

arxiv 2607.16053 v1 pith:TEMT24EL submitted 2026-07-17 stat.ML cs.LGstat.APstat.ME

classification stat.MLcs.LGstat.APstat.ME
keywords generegulatorynetworksprobabilisticmatrixfactorizationvariationalinferencesingle-cellRNA-seqsequencelanguagemodelstransferlearninguncertaintycalibrationtranscriptionfactors
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This thesis tries to establish that the two persistent failures of gene regulatory network inference—heuristic, confidence-free expression modeling and assay-dependent, species-specific priors—have separate fixes that work best in sequence. It presents PMF-GRN, a probabilistic matrix factorization of single-cell expression in which transcription-factor activity and TF-target interactions are latent, optimized by variational inference, so model selection is principled and every edge comes with a posterior variance that is demonstrably calibrated. It then presents GLM-Prior, a genomic language model fine-tuned to score TF-gene interaction from nucleotide sequence alone, which transfers across yeast, mouse, and human settings. Together they support a dual-stage view: a transferable sequence-derived scaffold first, then expression-based refinement with quantified uncertainty. If the thesis is right, GRN inference becomes usable in organisms and cell types where chromatin or ChIP-seq priors do not exist, and predictions come with a rank ordering of confidence for experimental follow-up.

What carries the argument

The load-bearing object is the prior-knowledge matrix that anchors factorization to named transcription factors. In PMF-GRN, the regulatory matrix is decomposed as V = A ⊙ B, where A is an interaction-existence matrix with a logistic-normal prior whose means come from external evidence; without that prior, the factorization is identifiable only up to column permutation because U V^T is permutation-invariant. Variational inference maximizes a beta-weighted ELBO, and validation AUPRC on held-out prior entries selects hyperparameters. In GLM-Prior, a transformer encoder maps concatenated TF-motif and gene sequences to a pooled embedding, and a binary classifier scores the pair; the scores assem

What would settle it

Train GLM-Prior with the TF-binding motifs replaced by length-matched random sequence while keeping labels and gene sequences fixed, then evaluate on held-out species. If AUPRC does not fall substantially, the classifier is exploiting gene-sequence or label artifacts rather than TF-gene sequence compatibility, and the sequence-prior claim fails.

Watch

Extended reading notes

Core claim

On the thesis's own terms, the central discovery is that GRN reconstruction decomposes cleanly into two complementary problems. PMF-GRN treats observed expression W as generated from latent TF activities U and a regulatory matrix V = A ⊙ B; the prior over A encodes known or hypothesized TF-gene interactions, and variational inference returns posterior means and variances for every edge. The variances are well calibrated in the sense that lower-uncertainty edges are more likely to reproduce gold-standard interactions. GLM-Prior learns to predict whether a TF and a gene interact from their concatenated sequences using a transformer-based genomic language model; a model trained on one or severa

Load-bearing premise

The load-bearing premise is that TF-gene regulatory interactions can be predicted from nucleotide sequence alone—gene sequence plus TF motif—without chromatin state, cell-type context, or cofactors; if sequence is insufficient for cross-species transfer, the GLM-Prior strategy collapses (the thesis itself acknowledges this in its background chapter).

Editorial extensions

If this is right

  • Practitioners can replace heuristic model selection with a single variational objective and a validation AUPRC, so different generative models become comparable on the same footing.
  • Inferred networks carry per-edge uncertainty that is well calibrated: low-variance edges are more accurate, which helps prioritize predictions when gold standards are incomplete.
  • Priors built from sequence alone remove the dependence on cell-type-specific chromatin and ChIP assays, extending GRN inference to less-characterized systems.
  • A model trained on one species or jointly on several transfers to other species, so regulatory knowledge from well-studied organisms can scaffold inference elsewhere.
  • Coupling the sequence prior with probabilistic expression-based inference yields higher accuracy than either alone across yeast, mouse, and human cell lines, supporting the dual-stage design.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If sequence-derived priors truly transfer across species, the same scaffold could be applied to non-model organisms and clinical samples lacking chromatin data; the thesis does not test this directly.
  • The three-by-three cross-comparison of priors and inferers suggests the two stages are modular—improving either stage should improve the whole pipeline—a design principle the thesis demonstrates but does not state as a general claim.
  • Calibrated posterior variances could double as an active-learning signal for choosing which edges to validate experimentally; the thesis stops at calibration and does not explore this use.
  • The synthetic-trajectory experiments show the factorization struggles with long linear cascades, hinting that explicit temporal structure is the natural next extension rather than a refutation of the approach.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The thesis develops two complementary frameworks for gene regulatory network (GRN) inference. Chapter 3 presents PMF-GRN, a probabilistic matrix factorization model with variational inference, which decomposes single-cell expression into transcription factor activity and TF–gene interaction matrices, incorporates prior knowledge through the prior on the interaction matrix, performs hyperparameter selection via a held-out portion of the prior, and outputs posterior uncertainty estimates. Chapter 4 introduces GLM-Prior, a sequence-based prior constructed by fine-tuning a nucleotide transformer to classify TF–gene pairs as interacting or non-interacting, with experiments in yeast, mouse, and human, including single-species training, cross-species transfer, and multi-species training. The thesis argues for a dual-stage view in which sequence-derived priors provide a transferable scaffold and probabilistic inference refines the network with uncertainty quantification. The empirical chapters benchmark against Inferelator, SCENIC, CellOracle, and BEELINE synthetic networks.

Significance. If the claims are borne out, the work makes useful contributions: PMF-GRN decouples generative modeling from inference, provides a principled model-selection procedure, and produces uncertainty estimates that appear well-calibrated in yeast. GLM-Prior addresses a real bottleneck—constructing priors without cell-type-specific assays—and the multi-species experiments are ambitious. The thesis also ships a large amount of experimental work across organisms and synthetic benchmarks, and it is commendably explicit about limitations such as the long-linear synthetic case and the acknowledged incompleteness of gold standards. However, the current evidence does not fully support the strongest claims: the abstract's assertion that PMF-GRN is 'more accurate' than state-of-the-art methods is contradicted by the paper's own figures showing competitive rather than uniformly superior performance, and the cross-species transfer claim for GLM-Prior lacks a homology-aware leakage control for the mouse↔human experiments that are its main evidence.

major comments (3)
  1. [§3.1 Abstract; §3.3.3, Fig. 3.2A; §3.3.6, Fig. 3.5B] The abstract states that 'PMF-GRN infers GRNs more accurately than current state-of-the-art single-cell GRN inference methods,' but the results do not support this uniformly. In Fig. 3.2A, PMF-GRN is competitive with BBSR and CellOracle rather than clearly better; in the 5-fold CV comparison it is similar to BBSR and StARS; and in the BEELINE long-linear synthetic networks (Fig. 3.5B) PMF-GRN is explicitly non-competitive. The wording should be tempered to 'competitive with, and often better than' and the per-dataset exceptions should be stated. This is not merely a presentational issue: the abstract is the central claim of the chapter.
  2. [§3.3.1, Fig. 3.1C; §3.3.3, Fig. 3.2; §3.4.8] The evaluation of PMF-GRN mixes prior-recovery with true discovery in a way that is not quantified. Hyperparameters are selected by AUPRC against a held-out 20% of the prior matrix (Fig. 3.1C), and the final AUPRC is then computed against a 'gold standard.' If the gold standard shares many edges with the prior (as is likely for database- and ChIP-derived references versus motif/accessibility priors), tuning on the prior directly inflates the reported AUPRC because the model is optimized to recover prior-known edges. The manuscript does not report the overlap between the prior and the gold standard, nor performance restricted to gold-standard edges absent from the prior. Please quantify this overlap and report AUPRC on prior-absent edges, or otherwise demonstrate that the reported gains are not primarily prior-recovery.
  3. [§4.3.3, Figs. 4.4–4.5; Supplement Fig. 4.12] The species-transfer claim for GLM-Prior depends on the mouse↔human transfer experiments, but the only homology-aware leakage control (hashFrag) is reported for yeast gene and TF splits (Supplement Fig. 4.12). No equivalent pruning or leakage analysis is described for the mouse→human and human→mouse transfer or multi-species experiments. Because human and mouse share substantial orthologous promoter and TF sequences, a model trained on mouse could score human TF–gene pairs highly merely by recognizing near-identical sequence, without learning a generalizable regulatory code. The transfer AUPRC gains in Figs. 4.4–4.5 could therefore be inflated by sequence homology. This is load-bearing for the dual-stage thesis, which depends on GLM-Prior being genuinely transferable. Please apply hashFrag-based homology pruning to the transfer and multi-species training/test splits, or otherwise quantif
minor comments (4)
  1. [§2.4.4.3, Eq. (2.5)] Equation (2.5) is written as p(W|U,V,σ) = p(U)p(V)p(σ), which equates a conditional likelihood with prior distributions. This should be corrected to define the prior p(U,V,σ) and the likelihood separately, e.g., p(U,V,σ) = p(U)p(V)p(σ).
  2. [Various] The text contains several typos and inconsistent spellings: 'Sacchromyces cerevisiae' (Chapter 3), 'Cell Oracle' versus 'CellOracle', 'releationships' in Fig. 2.4 caption, 'Seqence Language Models' as a section heading, and 'messanger RNA'. These should be corrected in a final pass.
  3. [§4.3.3 and Supplement Fig. 4.12] The hashFrag homology analysis is only in the supplementary material and is not cited in the main text of Section 4.3.3 where transfer learning is described. Add a reference to this control and explicitly note its scope (yeast only) so readers are not misled about the coverage of the leakage analysis.
  4. [§3.4.4 / §3.3.3] The term 'independent gold standard' is used without defining what 'independent' means in relation to the prior. Since the prior and gold standard may share edges, please state explicitly how the gold standard was constructed and what overlap with the prior was measured.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: PMF-GRN and GLM-Prior use held-out evaluation; self-citations are not load-bearing.

full rationale

The thesis's central claims are supported by internally conducted experiments with held-out evaluation. PMF-GRN's hyperparameter selection uses a held-out portion of the prior knowledge matrix as a validation criterion, but the reported performance is evaluated against independent gold standards, and the BEELINE experiment explicitly splits ground truth so that the half used as prior is disjoint from the half used for evaluation. Negative controls with shuffled or absent priors further show that the model is not merely recapitulating its input by construction. GLM-Prior is trained on labeled TF-gene pairs and evaluated on held-out gold standards across cell lines and species; the acknowledged limitation that sequence alone does not encode all regulatory determinants (Section 2.4.4.5) is a scope caveat, not a circular reduction. The self-citations to the author's own prior work ([Skok Gibbs et al. 2022, 2024, 2025]) are cross-references to content reproduced or extended in the thesis, and no load-bearing premise depends solely on an unverified self-citation. The concern that mouse-human transfer experiments lack the hashFrag homology control reported for yeast (Supplement Figure 4.12) is a legitimate evaluation-robustness caveat, but it does not make the reported AUPRC equivalent to the training input by construction. No equation or fitted parameter is reused as its own prediction.

Assumptions & free parameters 4 free parameters · 3 assumptions · 0 invented entities

The central claims rest on the domain assumptions listed above. No new physical or biological entities are postulated; TFA is a latent variable, not a new entity. Free parameters are the hyperparameters tuned to achieve the reported AUPRC.

free parameters (4)
  • PMF-GRN prior strength σ_a = tuned via validation AUPRC
    Controls the strength of the prior over interaction matrix A; selected by hyperparameter search (Section 3.4.2).
  • PMF-GRN TF activity prior σ_u = tuned
    Controls the prior over latent TF activities U; selected by hyperparameter search (Section 3.4.2).
  • β (beta) in modified ELBO = tuned
    Weights the KL term in the modified ELBO (β-VAE style); selected by hyperparameter search (Section 3.4.2).
  • GLM-Prior class weights / negative downsampling rate = selected by one-epoch sweep
    Used to handle class imbalance in TF-target interaction classification; tuned per dataset (Section 4.3.1, Figure 4.2A).
assumptions (3)
  • domain assumption TF-gene regulatory interactions are predictable from nucleotide sequence alone (gene sequence + TF motif), without chromatin context or cell-type-specific data.
    GLM-Prior relies on this premise; the thesis itself states in Section 2.4.4.5 that sequence alone misses many regulatory determinants.
  • domain assumption Observed gene expression is a linear combination of latent TF activities, W ≈ U V^T with V = A ⊙ B, under Gaussian noise.
    PMF-GRN's generative model (Section 3.4.1); the linear assumption may be too simple for complex regulation.
  • domain assumption Reference gold standards are sufficiently complete to benchmark GRN inference methods.
    The thesis acknowledges gold standards are incomplete (Section 2.4.2.5); without them, AUPRC comparisons are only partially reliable.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Deep and Probabilistic Models for Gene Regulatory Network Inference." pith.science (2026). https://pith.science/paper/TEMT24EL

@misc{pith2026260716053,
  author       = {Pith},
  title        = {Pith review of: Deep and Probabilistic Models for Gene Regulatory Network Inference},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TEMT24EL}},
  note         = {Machine review of arXiv:2607.16053}
}
read the original abstract

Gene regulatory networks (GRNs) link transcription factor (TF) proteins to their target genes, yet reconstructing these networks from genome-wide data remains challenging under practical and methodological constraints. Many methods couple modeling assumptions to a specific inference procedure and rely on heuristic model selection, while evaluation is constrained by incomplete reference networks and point-estimate outputs that lack uncertainty. GRN reconstruction also depends on prior knowledge to constrain TF-gene interactions, yet available priors are often assay-dependent and difficult to transfer across species and less-characterized systems. In this thesis, we develop two complementary frameworks that address these limitations. In the first, PMF-GRN casts GRN inference as a probabilistic graphical model optimized by variational inference, enabling principled model selection and uncertainty-aware edge estimates. In the second, GLM-Prior addresses the prior bottleneck by fine-tuning the pretrained Nucleotide Transformer to predict TF-target gene interactions directly from nucleotide sequence, while generalizing across yeast, mouse, and human settings. Together, PMF-GRN and GLM-Prior motivate a dual-stage view of GRN reconstruction in which sequence-derived priors provide a transferable starting scaffold and probabilistic inference refines regulatory estimates with quantified uncertainty under incomplete evaluation resources.

Figures

Figures reproduced from arXiv: 2607.16053 by the authors.

Figure 2.1
Figure 2.1. The central dogma of biology, illustrating the flow of genetic information from DNA to RNA via transcription and from RNA to protein via translation. Among the many types of proteins produced in the cell, transcription factors (TFs) play a central role in controlling gene regulation. TFs are DNA-binding proteins that recognize specific sequence motifs and modulate transcription by influencing the recruitment and act… view at source ↗
Figure 2.2
Figure 2.2. Schematic linking the central dogma to gene regulatory networks. A gene is transcribed into mRNA and translated into protein; when this protein is a transcription factor, it binds to DNA to regulate the transcription of a target gene, initiating a subsequent round of transcription and translation. This repeated feedback process is summarized as a directed graph, where nodes represent genes (or TFs) and directed edge… view at source ↗
Figure 2.3
Figure 2.3. Schematic overview of data modalities commonly used to reconstruct gene regulatory net￾works. (A) Microarray workflow: labeled cDNA hybridizes to probes on a fixed array to measure transcript abundance via fluorescence intensity. (B) Bulk RNA-seq: population-level transcriptomes are sequenced to quantify gene expression across conditions or samples. (C) Single-cell RNA-seq: RNA from individual cells is barcoded, seq… view at source ↗
Figures from the paper (25 more)
Figure 2.4
Figure 2.4. Figure 2.4: Schematic overview of the input and output of GRN inference algorithms. The primary input is a gene expression matrix, and optional secondary input is a prior knowledge matrix. The selected GRN inference algorithm will produce a directed acyclic graph describing pred…
Figure 2.5
Figure 2.5. Figure 2.5: Snapshot sampling and temporal mismatch between TF transcripts and target-gene expres￾sion. Schematic time course illustrating how TF mRNA abundance can be offset in time from the regula￾tory events that drive target gene transcription. At𝑡0, TF mRNA is highly expres…
Figure 2.6
Figure 2.6. Figure 2.6: Key challenges in gene regulatory network inference. (A) A central challenge in GRN re￾construction is determining which transcription factors (TFs) regulate which target genes. (B) Regula￾tion is often combinatorial, with multiple TFs acting cooperatively or competi…
Figure 2.7
Figure 2.7. Figure 2.7: Typical pipeline for constructing prior-knowledge matrix for downstream GRN inference. (A) Open chromatin regions are identified from ATAC-seq data to define candidate regulatory DNA accessible to transcription factor (TF) binding. (B) These accessible regions are sc…
Figure 3.1
Figure 3.1. Figure 3.1: (A) PMF-GRN graphical model overview. Input single-cell gene expression 𝑊 is decom￾posed into several latent factors. Information obtained from chromatin accessibility data or genomics databases is incorporated into the prior distribution for 𝐴. (B) Input experimenta…
Figure 3.2
Figure 3.2. Figure 3.2: GRN inference in S. cerevisiae. (A) Consensus Network AUPR with a normal prior-knowledge matrix (N): PMF-GRN (red) performance compared to Inferelator algorithms (AMuSR in yellow, BBSR in orange, StARS in green), SCENIC (blue), and CellOracle (purple). Dashed line re…
Figure 3.3
Figure 3.3. Figure 3.3: (A) GRNs inferred by downsampling S. cerevisiae expression data. (B) Hyperparameter search performed on 4 different ratios of cross-validation. Dots represent validation AUPRC from hyperparame￾ter search during cross-validation, triangle represents AUPRC from a GRN l…
Figure 3.4
Figure 3.4. Figure 3.4: GRN and TFA inference in PBMC. (A) UMAP projection of predicted TFA for each annotated PBMC cell type. (B) Predicted IRF2 TFA demonstrates high activity in NK and CD8 T cells. (C) Heat-map dot-plot depicting TFA of selected immune TFs across annotated PBMC cell types…
Figure 3.5
Figure 3.5. Figure 3.5: PMF-GRN performance on BEELINE synthetic GRN data (A) PMF-GRN inference perfor￾mance with half of the ground truth provided as prior network information and the remaining half pro￾vided as a gold standard for evaluation. Dashed lines are the expected baseline of a ra…
Figure 3.1
Figure 3.1. Figure 3.1: Results for GRNs learned in B. subtilis datasets B1 (GSE27219) and B2 (GSE67023) compar￾ing "No Normalization" to "Min-Max Scaling". Colored dots represent the normal (N) GRN, with the line indicating the mean of the cross-validation experiments ± standard deviation.…
Figure 3.2
Figure 3.2. Figure 3.2: PBMC GRN graphs for the family of TFs belonging to (A) SMAD, (B) STAT, (C) GATA, and (D) EGR. TFs for each graph are represented by orange nodes, while target genes are blue nodes. Pink regulatory edges represent interactions with supporting literature. Color scale f…
Figure 3.3
Figure 3.3. Figure 3.3: UMAP of predicted PBMC TFA. Each UMAP highlights the specific location of activity for each TF considered from the immune PBMC TFs. The final UMAP serves as a reference to TFA annotated by cell-type. 102 [PITH_FULL_IMAGE:figures/full_fig_p126_3_3.png]
Figure 4.1
Figure 4.1. Figure 4.1: Schematic of the dual-stage training pipeline. (A) GLM-Prior is trained on concatenated TF binding motifs and gene sequences labeled as interacting or non-interacting. Input data is split into train￾ing and validation sets, where the training set is downsampled and p…
Figure 4.2
Figure 4.2. Figure 4.2: GLM-Prior model performance across yeast, hESC, and HepG2 cell lines. (A) One-epoch hyperparameter sweep over class-weights and negative-class downsampling rates, evaluated by F1-score. (B) Validation metrics during 10 epoch training using the best hyperparameter con…
Figure 4.3
Figure 4.3. Figure 4.3: GLM-Prior model performance across mESC, mDC, and mHSC cell lines. (A) One-epoch hyperparameter sweep over class-weights and negative-class downsampling rates, evaluated by F1-score. (B) Validation metrics during 10 epoch training using the best hyperparameter config…
Figure 4.4
Figure 4.4. Figure 4.4: Transfer learning and multi-species training with GLM-Prior. (A) Schematic and AUPRC results of the species-transfer learning setup, showing three configurations: (𝑖) a model trained jointly on human and mouse data evaluated on yeast, (𝑖𝑖) a mouse-only model evaluate…
Figure 4.5
Figure 4.5. Figure 4.5: Transfer learning and multi-species training with GLM-Prior continued. (A) Comparison of training composition (number of genes and TFs) for single-species, species-transfer, and multi-species models. (B) Class composition (positive and negative labels) in the corresp…
Figure 4.6
Figure 4.6. Figure 4.6: Integration of GLM-Prior with PMF-GRN for downstream GRN inference. (A) AUPRC com￾parison of GLM-Prior alone versus integrated with PMF-GRN across six cell line contexts. (B) Edge flip analysis quantifying changes made to the prior knowledge interaction matrix during…
Figure 4.7
Figure 4.7. Figure 4.7: Comparison of prior construction strategies across species. (A) AUPRC of GLM-Prior, Inferelator-Prior and CellOracle Prior across six cell lines, with chance performance (gray) provided for each context. (B) Normalized AUPRC values with the best-performing prior (gre…
Figure 4.8
Figure 4.8. Figure 4.8: Paired prior-GRN strategies reveal prior dependent gains from expression-based GRN infer￾ence across six cell lines. (A) AUPRC of each prior (GLM-Prior, Inferelator-Prior, and CellOracle’s prior) and its corresponding GRN (PMF-GRN, Inferelator, CellOracle) across six…
Figure 4.9
Figure 4.9. Figure 4.9: Paired prior-GRN strategies reveal prior dependent gains from expression-based GRN infer￾ence across six cell lines continued. (A) Normalized AUPRC performance for priors and GRNs in each cell line. Green boxes highlight the best prior and blue boxes highlight the be…
Figure 4.10
Figure 4.10. Figure 4.10: Cross-method comparison disentangles prior and GRN inference contributions. (A) AUPRC for all nine combinations of prior and GRN inference methods across six cell lines. Gray dashed lines indicate chance performance, while light blue, light green, and light pink das…
Figure 4.11
Figure 4.11. Figure 4.11: Cross-method comparison disentangles prior and GRN inference contributions continued. (A) Normalized AUPRC of all nine combinations of prior and GRN for directly comparing across method and cell line. Blue boxes indicate highest GRN performance per cell line. Simila…
Figure 4.12
Figure 4.12. Figure 4.12: Sequence-homology analysis of yeast gene and TF splits using hashFrag. (A) [PITH_FULL_IMAGE:figures/full_fig_p180_4_12.png]
Figure 4.13
Figure 4.13. Figure 4.13: Performance Metrics. Additional performance metrics for GLM-Prior and PMF-GRN across six cell lines. 164 [PITH_FULL_IMAGE:figures/full_fig_p188_4_13.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

300 extracted references · 2 canonical work pages

  1. [1]

    Biosystems , volume=

    Gene regulatory network inference: data integration in dynamic models—a review , author=. Biosystems , volume=. 2009 , publisher=

  2. [2]

    Computers in biology and medicine , volume=

    A review on the computational approaches for gene regulatory network construction , author=. Computers in biology and medicine , volume=. 2014 , publisher=

  3. [3]

    Bioinformatics , volume=

    Learning gene regulatory networks from gene expression measurements using non-parametric molecular kinetics , author=. Bioinformatics , volume=. 2009 , publisher=

  4. [4]

    Bioinformatics , volume=

    Inferring quantitative models of regulatory networks from expression data , author=. Bioinformatics , volume=. 2004 , publisher=

  5. [5]

    arXiv preprint arXiv:1902.08138 , year=

    A nonparametric multi-view model for estimating cell type-specific gene regulatory networks , author=. arXiv preprint arXiv:1902.08138 , year=

  6. [6]

    Cell , volume=

    A validated regulatory network for Th17 cell specification , author=. Cell , volume=. 2012 , publisher=

  7. [7]

    Proceedings of the National Academy of Sciences , volume=

    Inflammatory regulatory network mediated by the joint action of NF-kB, STAT3, and AP-1 factors is involved in many human cancers , author=. Proceedings of the National Academy of Sciences , volume=. 2019 , publisher=

  8. [8]

    Nature , volume=

    Dynamic regulatory network controlling TH17 cell differentiation , author=. Nature , volume=. 2013 , publisher=

Show all 300 references
  1. [9]

    Nature genetics , volume=

    Module networks: identifying regulatory modules and their condition-specific regulators from gene expression data , author=. Nature genetics , volume=. 2003 , publisher=

  2. [10]

    Biochimica et Biophysica Acta (BBA)-Gene Regulatory Mechanisms , volume=

    Gene regulatory network inference resources: A practical overview , author=. Biochimica et Biophysica Acta (BBA)-Gene Regulatory Mechanisms , volume=. 2020 , publisher=

  3. [11]

    Genome research , volume=

    Predictive regulatory models in Drosophila melanogaster by integrative inference of transcriptional networks , author=. Genome research , volume=. 2012 , publisher=

  4. [12]

    Genome biology , volume=

    The Inferelator: an algorithm for learning parsimonious regulatory networks from systems-biology data sets de novo , author=. Genome biology , volume=. 2006 , publisher=

  5. [13]

    2009 Annual International Conference of the IEEE Engineering in Medicine and Biology Society , pages=

    The Inferelator 2.0: a scalable framework for reconstruction of dynamic regulatory network models , author=. 2009 Annual International Conference of the IEEE Engineering in Medicine and Biology Society , pages=. 2009 , organization=

  6. [14]

    BMC bioinformatics , volume=

    Defining transcriptional networks through integrative modeling of mRNA expression and transcription factor binding data , author=. BMC bioinformatics , volume=. 2004 , publisher=

  7. [15]

    Human heredity , volume=

    Biophysically motivated regulatory network inference: progress and prospects , author=. Human heredity , volume=. 2016 , publisher=

  8. [16]

    Science , volume=

    Microbial single-cell RNA sequencing by split-pool barcoding , author=. Science , volume=. 2021 , publisher=

  9. [17]

    2006 , publisher=

    Scalable optimization via probabilistic modeling , author=. 2006 , publisher=

  10. [18]

    arXiv preprint arXiv:1610.09787 , year=

    Edward: A library for probabilistic modeling, inference, and criticism , author=. arXiv preprint arXiv:1610.09787 , year=

  11. [19]

    2015 2nd International Conference on Electronics and Communication Systems (ICECS) , pages=

    Survey on recommendation system methods , author=. 2015 2nd International Conference on Electronics and Communication Systems (ICECS) , pages=. 2015 , organization=

  12. [20]

    Procedia Computer Science , volume=

    Matrix factorization model in collaborative filtering algorithms: A survey , author=. Procedia Computer Science , volume=. 2015 , publisher=

  13. [21]

    Proceedings of the 10th international conference on World Wide Web , pages=

    Item-based collaborative filtering recommendation algorithms , author=. Proceedings of the 10th international conference on World Wide Web , pages=

  14. [22]

    Computer , volume=

    Matrix factorization techniques for recommender systems , author=. Computer , volume=. 2009 , publisher=

  15. [23]

    data Science (Second Edition) , pages=

    Recommendation engines , author=. data Science (Second Edition) , pages=

  16. [24]

    Heredity , volume=

    Epigenetics and gene expression , author=. Heredity , volume=. 2010 , publisher=

  17. [25]

    Annual review of cell and developmental biology , volume=

    Comparative analysis of gene regulatory networks: from network reconstruction to evolution , author=. Annual review of cell and developmental biology , volume=. 2015 , publisher=

  18. [26]

    Current opinion in biotechnology , volume=

    Network-based approaches for analysis of complex biological systems , author=. Current opinion in biotechnology , volume=. 2016 , publisher=

  19. [27]

    Cell , volume=

    Comprehensive integration of single-cell data , author=. Cell , volume=. 2019 , publisher=

  20. [28]

    Bioinformatics , volume=

    Estimating the activity of transcription factors by the effect on their target genes , author=. Bioinformatics , volume=. 2014 , publisher=

  21. [29]

    The Journal of Machine Learning Research , volume=

    Pyro: Deep universal probabilistic programming , author=. The Journal of Machine Learning Research , volume=. 2019 , publisher=

  22. [30]

    arXiv preprint arXiv:1912.11554 , year=

    Composable effects for flexible and accelerated probabilistic programming in NumPyro , author=. arXiv preprint arXiv:1912.11554 , year=

  23. [31]

    2012 IEEE Symposium on Computational Intelligence in Bioinformatics and Computational Biology (CIBCB) , pages=

    Matrix factorization for transcriptional regulatory network inference , author=. 2012 IEEE Symposium on Computational Intelligence in Bioinformatics and Computational Biology (CIBCB) , pages=. 2012 , organization=

  24. [32]

    elife , volume=

    A new protocol for single-cell RNA-seq reveals stochastic gene expression during lag phase in budding yeast , author=. elife , volume=. 2020 , publisher=

  25. [33]

    Nature , volume=

    Neuronal diversity and convergence in a visual system developmental atlas , author=. Nature , volume=. 2021 , publisher=

  26. [34]

    Neuron , volume=

    Transcriptional programs of circuit assembly in the Drosophila visual system , author=. Neuron , volume=. 2020 , publisher=

  27. [35]

    Cell reports , volume=

    Condition-specific modeling of biophysical parameters advances inference of regulatory networks , author=. Cell reports , volume=. 2018 , publisher=

  28. [36]

    Nucleic acids research , volume=

    YEASTRACT+: a portal for cross-species comparative genomics of transcription regulation in yeasts , author=. Nucleic acids research , volume=. 2020 , publisher=

  29. [37]

    Nucleic acids research , volume=

    YEASTRACT: an upgraded database for the analysis of transcription regulatory networks in Saccharomyces cerevisiae , author=. Nucleic acids research , volume=. 2018 , publisher=

  30. [38]

    Frontiers in Microbiology , volume=

    Reconstruction of the regulatory network for Bacillus subtilis and reconciliation with gene expression data , author=. Frontiers in Microbiology , volume=. 2016 , publisher=

  31. [39]

    Nature , pages=

    Decoding gene regulation in the fly brain , author=. Nature , pages=. 2022 , publisher=

  32. [40]

    Nature communications , volume=

    Characterizing chromatin landscape from aggregate and single-cell genomic assays using flexible duration modeling , author=. Nature communications , volume=. 2020 , publisher=

  33. [41]

    Nucleic acids research , volume=

    MEME SUITE: tools for motif discovery and searching , author=. Nucleic acids research , volume=. 2009 , publisher=

  34. [42]

    Artificial intelligence and statistics , pages=

    Black box variational inference , author=. Artificial intelligence and statistics , pages=. 2014 , organization=

  35. [43]

    Irina Higgins and Loic Matthey and Arka Pal and Christopher Burgess and Xavier Glorot and Matthew Botvinick and Shakir Mohamed and Alexander Lerchner , booktitle=. beta-. 2017 , url=

  36. [44]

    Proceedings of the National Academy of Sciences , volume=

    Singular value decomposition for genome-wide expression data processing and modeling , author=. Proceedings of the National Academy of Sciences , volume=. 2000 , publisher=

  37. [45]

    Bioinformatics , volume=

    Application of Bayesian decomposition for analysing microarray data , author=. Bioinformatics , volume=. 2002 , publisher=

  38. [46]

    Genome research , volume=

    Subsystem identification through dimensionality reduction of large-scale gene expression data , author=. Genome research , volume=. 2003 , publisher=

  39. [47]

    Proceedings of the national academy of sciences , volume=

    Metagenes and molecular pattern discovery using matrix factorization , author=. Proceedings of the national academy of sciences , volume=. 2004 , publisher=

  40. [48]

    Bioinformatics , volume=

    Improving molecular cancer class discovery through sparse non-negative matrix factorization , author=. Bioinformatics , volume=. 2005 , publisher=

  41. [49]

    Bioinformatics , volume=

    A non-negative matrix factorization method for detecting modules in heterogeneous omics multi-modal data , author=. Bioinformatics , volume=. 2016 , publisher=

  42. [50]

    Proceedings of the National Academy of Sciences , volume=

    Integrative analysis of single-cell genomics data by coupled nonnegative matrix factorizations , author=. Proceedings of the National Academy of Sciences , volume=. 2018 , publisher=

  43. [51]

    PLoS computational biology , volume=

    Building gene regulatory networks from scATAC-seq and scRNA-seq using linked self organizing maps , author=. PLoS computational biology , volume=. 2019 , publisher=

  44. [52]

    Current Opinion in Systems Biology , volume=

    Gene regulatory network inference in single-cell biology , author=. Current Opinion in Systems Biology , volume=. 2021 , publisher=

  45. [53]

    Genome biology , volume=

    Eleven grand challenges in single-cell data science , author=. Genome biology , volume=. 2020 , publisher=

  46. [54]

    Science , volume=

    Condition-dependent transcriptome reveals high-level regulatory architecture in Bacillus subtilis , author=. Science , volume=. 2012 , publisher=

  47. [55]

    Nucleic acids research , volume=

    Subti Wiki 2.0—an integrated database for the model organism Bacillus subtilis , author=. Nucleic acids research , volume=. 2016 , publisher=

  48. [56]

    Nucleic acids research , volume=

    Subti Wiki in 2018: from genes and proteins to functional network annotation of the model organism Bacillus subtilis , author=. Nucleic acids research , volume=. 2018 , publisher=

  49. [57]

    Nucleic Acids Research , volume=

    The current state of Subti Wiki, the database for the model organism Bacillus subtilis , author=. Nucleic Acids Research , volume=. 2022 , publisher=

  50. [58]

    Bioinformatics , volume=

    Inferring gene regulatory networks from multiple microarray datasets , author=. Bioinformatics , volume=. 2006 , publisher=

  51. [59]

    Bioinformatics , volume=

    Fast network component analysis (FastNCA) for gene regulatory network reconstruction from microarray data , author=. Bioinformatics , volume=. 2008 , publisher=

  52. [60]

    Cell , volume=

    Integrated analysis of multimodal single-cell data , author=. Cell , volume=. 2021 , publisher=

  53. [61]

    bioRxiv , pages=

    Structure primed embedding on the transcription factor manifold enables transparent model architectures for gene regulatory network and latent activity inference , author=. bioRxiv , pages=. 2023 , publisher=

  54. [62]

    Frontiers in immunology , volume=

    IRF2 is required for development and functional maturation of human NK cells , author=. Frontiers in immunology , volume=. 2022 , publisher=

  55. [63]

    Immunity , volume=

    The transcription factor IRF2 drives interferon-mediated CD8+ T cell exhaustion to restrict anti-tumor immunity , author=. Immunity , volume=. 2022 , publisher=

  56. [64]

    Blood, The Journal of the American Society of Hematology , volume=

    Regulation of human 2-microglobulin transactivation in hematopoietic cells , author=. Blood, The Journal of the American Society of Hematology , volume=. 2003 , publisher=

  57. [65]

    PLoS One , volume=

    Immunopathology of childhood celiac disease—Key role of intestinal epithelial cells , author=. PLoS One , volume=. 2017 , publisher=

  58. [66]

    Nature communications , volume=

    IRF2 is a master regulator of human keratinocyte stem cell fate , author=. Nature communications , volume=. 2019 , publisher=

  59. [67]

    Cell Reports , volume=

    A Golgi-resident GPR108 cooperates with E3 ubiquitin ligase Smurf1 to suppress antiviral innate immunity , author=. Cell Reports , volume=. 2023 , publisher=

  60. [68]

    Immunity , volume=

    The ubiquitin ligase RNF5 regulates antiviral responses by mediating degradation of the adaptor protein MITA , author=. Immunity , volume=. 2009 , publisher=

  61. [69]

    Biomolecules & Therapeutics , volume=

    Identification of small GTPases that phosphorylate IRF3 through TBK1 activation using an active mutant library screen , author=. Biomolecules & Therapeutics , volume=. 2023 , publisher=

  62. [70]

    Nature immunology , volume=

    Pax5: the guardian of B cell identity and function , author=. Nature immunology , volume=. 2007 , publisher=

  63. [71]

    Nature immunology , volume=

    The contribution of transcription factor IRF1 to the interferon- --interleukin 12 signaling axis and TH1 versus TH-17 differentiation of CD4+ T cells , author=. Nature immunology , volume=. 2008 , publisher=

  64. [72]

    Immunology , volume=

    SMAD regulatory networks construct a balanced immune system , author=. Immunology , volume=. 2013 , publisher=

  65. [73]

    Nature methods , volume=

    Benchmarking algorithms for gene regulatory network inference from single-cell transcriptomic data , author=. Nature methods , volume=. 2020 , publisher=

  66. [74]

    Genome biology , volume=

    SCANPY: large-scale single-cell gene expression data analysis , author=. Genome biology , volume=. 2018 , publisher=

  67. [75]

    Proceedings of the international AAAI conference on web and social media , volume=

    Gephi: an open source software for exploring and manipulating networks , author=. Proceedings of the international AAAI conference on web and social media , volume=

  68. [76]

    BMC Molecular Biology , volume=

    Properties of STAT1 and IRF1 enhancers and the influence of SNPs , author=. BMC Molecular Biology , volume=. 2017 , publisher=

  69. [77]

    Jak-stat , volume=

    Transcriptional regulation by STAT1 and STAT2 in the interferon JAK-STAT pathway , author=. Jak-stat , volume=. 2013 , publisher=

  70. [78]

    Addiction biology , volume=

    Dysregulation of the histone demethylase KDM6B in alcohol dependence is associated with epigenetic regulation of inflammatory signaling pathways , author=. Addiction biology , volume=. 2021 , publisher=

  71. [79]

    Blood , volume=

    Activation of the STAT1-BCL-2/MCL-1 Axis in Leukemic Cells Carrying a SPAG9-JAK2 Fusion , author=. Blood , volume=. 2021 , publisher=

  72. [80]

    Immunity , volume=

    Tumor necrosis factor receptor signaling in keratinocytes triggers interleukin-24-dependent psoriasis-like skin inflammation in mice , author=. Immunity , volume=. 2013 , publisher=

  73. [81]

    The Journal of Immunology , volume=

    Expression of IL-24, an activator of the JAK1/STAT3/SOCS3 cascade, is enhanced in inflammatory bowel disease , author=. The Journal of Immunology , volume=. 2009 , publisher=

  74. [82]

    Molecular Cancer Research , volume=

    ADAM12 is a novel regulator of tumor angiogenesis via STAT3 signaling , author=. Molecular Cancer Research , volume=. 2017 , publisher=

  75. [83]

    Proceedings of the National Academy of Sciences , volume=

    CREB coactivators CRTC2 and CRTC3 modulate bone marrow hematopoiesis , author=. Proceedings of the National Academy of Sciences , volume=. 2017 , publisher=

  76. [84]

    Blood, The Journal of the American Society of Hematology , volume=

    STAT3 controls the neutrophil migratory response to CXCR2 ligands by direct activation of G-CSF--induced CXCR2 expression and via modulation of CXCR2 signal transduction , author=. Blood, The Journal of the American Society of Hematology , volume=. 2010 , publisher=

  77. [85]

    Journal of neuro-oncology , volume=

    Golph3 promotes glioma progression via facilitating JAK2--STAT3 pathway activation , author=. Journal of neuro-oncology , volume=. 2018 , publisher=

  78. [86]

    Cancers , volume=

    Role of IQGAP1 in Carcinogenesis , author=. Cancers , volume=. 2021 , publisher=

  79. [87]

    Journal of Oncology , volume=

    Paeoniflorin regulates NEDD4L/STAT3 pathway to induce Ferroptosis in human glioma cells , author=. Journal of Oncology , volume=. 2022 , publisher=

  80. [88]

    Investigative Ophthalmology & Visual Science , volume=

    STAT3 is a potential genetic modifier of photoreceptor gene expression during stress , author=. Investigative Ophthalmology & Visual Science , volume=. 2019 , publisher=

  81. [89]

    Biochemical and biophysical research communications , volume=

    PBX1 promotes the cell proliferation via JAK2/STAT3 signaling in clear cell renal carcinoma , author=. Biochemical and biophysical research communications , volume=. 2018 , publisher=

  82. [90]

    Digestive Diseases and Sciences , volume=

    Downregulation of SLC9A8 Promotes Epithelial--Mesenchymal Transition and Metastasis in Colorectal Cancer Cells via the IL6-JAK1/STAT3 Signaling Pathway , author=. Digestive Diseases and Sciences , volume=. 2023 , publisher=

  83. [91]

    Molecular cancer therapeutics , volume=

    Concurrent targeting of potential cancer stem cells regulating pathways sensitizes lung adenocarcinoma to standard chemotherapy , author=. Molecular cancer therapeutics , volume=. 2020 , publisher=

  84. [92]

    Scientific Reports , volume=

    STAT3 is activated in multicellular spheroids of colon carcinoma cells and mediates expression of IRF9 and interferon stimulated genes , author=. Scientific Reports , volume=. 2019 , publisher=

  85. [93]

    DNA and Cell Biology , volume=

    ANXA4 activates JAK-STAT3 signaling by interacting with ANXA1 in basal-like breast cancer , author=. DNA and Cell Biology , volume=. 2020 , publisher=

  86. [94]

    Oncotarget , volume=

    Deregulation of polycomb repressor complex 1 modifier AUTS2 in T-cell leukemia , author=. Oncotarget , volume=. 2016 , publisher=

  87. [95]

    The Journal of clinical investigation , volume=

    An erythroid-specific ATP2B4 enhancer mediates red blood cell hydration and malaria susceptibility , author=. The Journal of clinical investigation , volume=. 2017 , publisher=

  88. [96]

    Blood, The Journal of the American Society of Hematology , volume=

    The GATA factor revolution in hematology , author=. Blood, The Journal of the American Society of Hematology , volume=. 2017 , publisher=

  89. [97]

    Experimental hematology & oncology , volume=

    GATA family transcriptional factors: emerging suspects in hematologic disorders , author=. Experimental hematology & oncology , volume=. 2015 , publisher=

  90. [98]

    Journal of Biological Chemistry , volume=

    O-GlcNAc homeostasis contributes to cell fate decisions during hematopoiesis , author=. Journal of Biological Chemistry , volume=. 2019 , publisher=

  91. [99]

    Blood, The Journal of the American Society of Hematology , volume=

    Friend of GATA-1--independent transcriptional repression: a novel mode of GATA-1 function , author=. Blood, The Journal of the American Society of Hematology , volume=. 2007 , publisher=

  92. [100]

    Investigative Ophthalmology & Visual Science , volume=

    The Transcription Factors PBX1 and GATA1 are Regulated by the Mutation Profiles of CYP1B1 in Primary Congenital Glaucoma , author=. Investigative Ophthalmology & Visual Science , volume=. 2016 , publisher=

  93. [101]

    OncoTargets and therapy , pages=

    Integrative genomic analysis reveals cancer-associated gene mutations in chronic myeloid leukemia patients with resistance or intolerance to tyrosine kinase inhibitor , author=. OncoTargets and therapy , pages=. 2020 , publisher=

  94. [102]

    Cancer science , volume=

    Wnt- -catenin signaling regulates ABCC 3 (MRP 3) transporter expression in colorectal cancer , author=. Cancer science , volume=. 2016 , publisher=

  95. [103]

    European Journal of Histochemistry: EJH , volume=

    Mammaglobin, GATA-binding protein 3 (GATA3), and epithelial growth factor receptor (EGFR) expression in different breast cancer subtypes and their clinical significance , author=. European Journal of Histochemistry: EJH , volume=. 2022 , publisher=

  96. [104]

    Journal of Biological Chemistry , volume=

    Regulation of the human interleukin-5 promoter by Ets transcription factors: Ets1 and ets2, but not elf-1, cooperate with gata3 and htlv-i tax1 , author=. Journal of Biological Chemistry , volume=. 1999 , publisher=

  97. [105]

    Cell Death & Disease , volume=

    Loss of function of GATA3 regulates FRA1 and c-FOS to activate EMT and promote mammary tumorigenesis and metastasis , author=. Cell Death & Disease , volume=. 2023 , publisher=

  98. [106]

    Genomics, Proteomics & Bioinformatics , volume=

    Landscape and dynamics of the transcriptional regulatory network during natural killer cell differentiation , author=. Genomics, Proteomics & Bioinformatics , volume=. 2020 , publisher=

  99. [107]

    Frontiers in Molecular Biosciences , volume=

    Identification of crucial hub genes and differential T cell infiltration in idiopathic pulmonary arterial hypertension using bioinformatics strategies , author=. Frontiers in Molecular Biosciences , volume=. 2022 , publisher=

  100. [108]

    IUBMB life , volume=

    Gata3 targets Runx1 in the embryonic haematopoietic stem cell niche , author=. IUBMB life , volume=. 2020 , publisher=

  101. [109]

    Experimental & Molecular Medicine , volume=

    Participation of GATA-3 in regulation of bone healing through transcriptional upregulation of bcl-xL expression , author=. Experimental & Molecular Medicine , volume=. 2017 , publisher=

  102. [110]

    Development , volume=

    Cell interactions, signals and transcriptional hierarchy governing placode progenitor induction , author=. Development , volume=. 2017 , publisher=

  103. [111]

    JCI insight , volume=

    GATA4 induces liver fibrosis regression by deactivating hepatic stellate cells , author=. JCI insight , volume=. 2021 , publisher=

  104. [112]

    Journal of Biological Chemistry , volume=

    Transcription factors GATA4 and HNF4A control distinct aspects of intestinal homeostasis in conjunction with transcription factor CDX2 , author=. Journal of Biological Chemistry , volume=. 2015 , publisher=

  105. [113]

    S335X Mutation Modulates Coronary Artery Vascular Smooth Muscle Cell Phenotype , author=

    Loss of GATA4 C-Terminus by p. S335X Mutation Modulates Coronary Artery Vascular Smooth Muscle Cell Phenotype , author=. Mediators of Inflammation , volume=. 2021 , publisher=

  106. [114]

    Bone , volume=

    GATA4 regulates mesenchymal stem cells via direct transcriptional regulation of the WNT signalosome , author=. Bone , volume=. 2021 , publisher=

  107. [115]

    Human molecular genetics , volume=

    CHD7 interacts with BMP R-SMADs to epigenetically regulate cardiogenesis in mice , author=. Human molecular genetics , volume=. 2014 , publisher=

  108. [116]

    Annals of Oncology , volume=

    LAPTM5 protein can regulate TGF- mediated MAPK and smad signaling pathways in ovarian cancer cell , author=. Annals of Oncology , volume=. 2019 , publisher=

  109. [117]

    BMB reports , volume=

    Lin28a attenuates TGF- -induced renal fibrosis , author=. BMB reports , volume=. 2020 , publisher=

  110. [118]

    Cancer chemotherapy and pharmacology , volume=

    MSI2-TGF- /TGF- R1/SMAD3 positive feedback regulation in glioblastoma , author=. Cancer chemotherapy and pharmacology , volume=. 2019 , publisher=

  111. [119]

    Journal of cell science , volume=

    TRB3 interacts with SMAD3 promoting tumor cell migration and invasion , author=. Journal of cell science , volume=. 2011 , publisher=

  112. [120]

    Cold Spring Harbor perspectives in biology , volume=

    Transcriptional control by the SMADs , author=. Cold Spring Harbor perspectives in biology , volume=. 2016 , publisher=

  113. [121]

    Current Molecular Medicine , volume=

    CXXC5 associates with Smads to mediate TNF- induced apoptosis , author=. Current Molecular Medicine , volume=. 2013 , publisher=

  114. [122]

    International Journal of Molecular Sciences , volume=

    GDF15 and cardiac cells: current concepts and new insights , author=. International Journal of Molecular Sciences , volume=. 2021 , publisher=

  115. [123]

    Nature genetics , volume=

    A reinforcing HNF4--SMAD4 feed-forward module stabilizes enterocyte identity , author=. Nature genetics , volume=. 2019 , publisher=

  116. [124]

    Molecular pharmacology , volume=

    Megakaryocytic Smad4 regulates platelet function through Syk and ROCK2 expression , author=. Molecular pharmacology , volume=. 2017 , publisher=

  117. [125]

    Frontiers in Cell and Developmental Biology , volume=

    Canonical and non-canonical TGF signaling activate autophagy in an ULK1-dependent manner , author=. Frontiers in Cell and Developmental Biology , volume=. 2021 , publisher=

  118. [126]

    Oncotarget , volume=

    Hyaluronan activates Hyal-2/WWOX/Smad4 signaling and causes bubbling cell death when the signaling complex is overexpressed , author=. Oncotarget , volume=. 2017 , publisher=

  119. [127]

    Blood, The Journal of the American Society of Hematology , volume=

    Identification of early growth response protein 1 (EGR-1) as a novel target for JUN-induced apoptosis in multiple myeloma , author=. Blood, The Journal of the American Society of Hematology , volume=. 2010 , publisher=

  120. [128]

    Frontiers in Cell and Developmental Biology , volume=

    The dual regulation effects of ESR1/NEDD4L on SLC7A11 in breast cancer under ionizing radiation , author=. Frontiers in Cell and Developmental Biology , volume=. 2022 , publisher=

  121. [129]

    Scientific Reports , volume=

    CTCF and EGR1 suppress breast cancer cell migration through transcriptional control of Nm23-H1 , author=. Scientific Reports , volume=. 2021 , publisher=

  122. [130]

    Genes & Immunity , volume=

    DNA methylation dysregulates and silences the HLA-DQ locus by altering chromatin architecture , author=. Genes & Immunity , volume=. 2011 , publisher=

  123. [131]

    Immunity , volume=

    Early B cell factor 1 regulates B cell gene networks by activation, repression, and transcription-independent poising of chromatin , author=. Immunity , volume=. 2010 , publisher=

  124. [132]

    pmf-grn: gene regulatory networks

    Skok Gibbs, Claudia and Mahmood, Omar and Bonneau, Richard and Cho, Kyunghyun. pmf-grn: gene regulatory networks. doi:10.6084/m9.figshare.25444810 , url =

  125. [133]

    pmf-grn: datasets

    Skok Gibbs, Claudia and Mahmood, Omar and Bonneau, Richard and Cho, Kyunghyun. pmf-grn: datasets. doi:10.6084/m9.figshare.25451986 , url =

  126. [134]

    Communications Biology , volume=

    A large-scale benchmark for network inference from single-cell perturbation data , author=. Communications Biology , volume=. 2025 , publisher=

  127. [135]

    Nature Biotechnology , volume=

    Inferring gene regulatory networks from single-cell multiome data using atlas-scale external data , author=. Nature Biotechnology , volume=. 2025 , publisher=

  128. [136]

    Nature Communications , volume=

    scPRINT: pre-training on 50 million cells allows robust gene network predictions , author=. Nature Communications , volume=. 2025 , publisher=

  129. [137]

    Nat Genet , year =

    Koonin, E V and Altschul, S F and P Bork , title =. Nat Genet , year =

  130. [138]

    Proteins , year =

    Orengo, C A and Bray, J E and Hubbard, T and LoConte, L and Sillitoe, I , title =. Proteins , year =

  131. [139]

    Eur Respir J , note =

    Kharitonov, S A and Barnes, P J , title =. Eur Respir J , note =

  132. [140]

    Arthritis Rheum , year =

    Zvaifler, N J and Burger, J A and Marinova-Mutafchieva, L and Taylor, P and Maini, R N , title =. Arthritis Rheum , year =

  133. [141]

    Proceedings of the First National Conference on Porous Sieves: 27-30 June 1996; Baltimore , year =

    X Jones , title =. Proceedings of the First National Conference on Porous Sieves: 27-30 June 1996; Baltimore , year =

  134. [142]

    Origins of Plastids , editor =

    E Schnepf , title =. Origins of Plastids , editor =. 1993 , address =

  135. [143]

    1998 , volume=

    Innovative oncology , journal =. 1998 , volume=

  136. [144]

    Proceedings of the First National Conference on Porous Sieves: 27-30 June 1996; Baltimore , year = 1996, address=

  137. [145]

    1970 , address =

    L Margulis , title =. 1970 , address =

  138. [146]

    Cultured Human Cells and Tissues , publisher =

    G W Hunninghake and J E Gadek , title =. Cultured Human Cells and Tissues , publisher =. 1995 , pages =

  139. [147]

    Annual Report , organization =

  140. [148]

    The Mouse Tumor Biology Database , url =

  141. [149]

    arXiv preprint arXiv:2408.16218 , year=

    Large-scale targeted cause discovery via learning from simulated data , author=. arXiv preprint arXiv:2408.16218 , year=

  142. [150]

    Nature methods , pages=

    Nicheformer: a foundation model for single-cell and spatial omics , author=. Nature methods , pages=. 2025 , publisher=

  143. [151]

    BioRxiv , pages=

    Genome modeling and design across all domains of life with Evo 2 , author=. BioRxiv , pages=. 2025 , publisher=

  144. [152]

    Science , volume=

    Simulating 500 million years of evolution with a language model , author=. Science , volume=. 2025 , publisher=

  145. [153]

    Briefings in functional genomics , volume=

    Mapping gene regulatory networks from single-cell omics data , author=. Briefings in functional genomics , volume=. 2018 , publisher=

  146. [154]

    Molecular Systems Biology , pages=

    Leveraging prior knowledge to infer gene regulatory networks from single-cell RNA-sequencing data , author=. Molecular Systems Biology , pages=. 2025 , publisher=

  147. [155]

    G3: Genes, Genomes, Genetics , volume=

    Identifying strengths and weaknesses of methods for computational network inference from single-cell RNA-seq data , author=. G3: Genes, Genomes, Genetics , volume=. 2023 , publisher=

  148. [156]

    Nature methods , volume=

    The ENCODE project , author=. Nature methods , volume=. 2012 , publisher=

  149. [157]

    Briefings in Bioinformatics , volume=

    A single-cell multimodal view on gene regulatory network inference from transcriptomics and chromatin accessibility data , author=. Briefings in Bioinformatics , volume=. 2024 , publisher=

  150. [158]

    Biosystems , volume=

    A guide to gene regulatory network inference for obtaining predictive solutions: Underlying assumptions and fundamental biological and data constraints , author=. Biosystems , volume=. 2018 , publisher=

  151. [159]

    Nature Methods , volume=

    scGPT: toward building a foundation model for single-cell multi-omics using generative AI , author=. Nature Methods , volume=. 2024 , publisher=

  152. [160]

    arXiv preprint arXiv:2306.15006 , year=

    Dnabert-2: Efficient foundation model and benchmark for multi-species genome , author=. arXiv preprint arXiv:2306.15006 , year=

  153. [161]

    Nature Machine Intelligence , pages=

    Transformers and genome language models , author=. Nature Machine Intelligence , pages=. 2025 , publisher=

  154. [162]

    Nature methods , volume=

    Effective gene expression prediction from sequence by integrating long-range interactions , author=. Nature methods , volume=. 2021 , publisher=

  155. [163]

    Bioinformatics , volume=

    DNABERT: pre-trained Bidirectional Encoder Representations from Transformers model for DNA-language in genome , author=. Bioinformatics , volume=. 2021 , publisher=

  156. [164]

    Advances in neural information processing systems , volume=

    Hyenadna: Long-range genomic sequence modeling at single nucleotide resolution , author=. Advances in neural information processing systems , volume=

  157. [165]

    arXiv preprint arXiv:2311.07621 , year=

    To transformers and beyond: large language models for the genome , author=. arXiv preprint arXiv:2311.07621 , year=

  158. [166]

    Nature Genetics , pages=

    Predicting RNA-seq coverage from DNA sequence as a unifying model of gene regulation , author=. Nature Genetics , pages=. 2025 , publisher=

  159. [167]

    Nucleic acids research , volume=

    TRRUST v2: an expanded reference database of human and mouse transcriptional regulatory interactions , author=. Nucleic acids research , volume=. 2018 , publisher=

  160. [168]

    Scientific reports , volume=

    TRRUST: a reference database of human transcriptional regulatory interactions , author=. Scientific reports , volume=. 2015 , publisher=

  161. [169]

    Nucleic acids research , volume=

    STRING: a database of predicted functional associations between proteins , author=. Nucleic acids research , volume=. 2003 , publisher=

  162. [170]

    Nucleic acids research , volume=

    The STRING database in 2021: customizable protein--protein networks, and functional characterization of user-uploaded gene/measurement sets , author=. Nucleic acids research , volume=. 2021 , publisher=

  163. [171]

    Nucleic acids research , volume=

    The STRING database in 2023: protein--protein association networks and functional enrichment analyses for any sequenced genome of interest , author=. Nucleic acids research , volume=. 2023 , publisher=

  164. [172]

    Nucleic acids research , volume=

    The STRING database in 2011: functional interaction networks of proteins, globally integrated and scored , author=. Nucleic acids research , volume=. 2010 , publisher=

  165. [173]

    Nature , volume=

    Principles of regulatory information conservation between mouse and human , author=. Nature , volume=. 2014 , publisher=

  166. [174]

    Human genetics , volume=

    Examination of sequence homology between human chromosome 20 and the mouse genome: intense conservation of many genomic elements , author=. Human genetics , volume=. 2003 , publisher=

  167. [175]

    Nature communications , volume=

    Learning a genome-wide score of human--mouse conservation at the functional genomics level , author=. Nature communications , volume=. 2021 , publisher=

  168. [176]

    Lifelong Machine Learning , pages=

    Continual learning and catastrophic forgetting , author=. Lifelong Machine Learning , pages=. 2018 , publisher=

  169. [177]

    Stem Cells , volume=

    Lineage-specific early differentiation of human embryonic stem cells requires a G2 cell cycle pause , author=. Stem Cells , volume=. 2016 , publisher=

  170. [178]

    Genome biology , volume=

    Single-cell RNA-seq reveals novel regulators of human embryonic stem cell differentiation to definitive endoderm , author=. Genome biology , volume=. 2016 , publisher=

  171. [179]

    Cell stem cell , volume=

    Indefinite self-renewal of ESCs through Myc/Max transcriptional complex-independent mechanisms , author=. Cell stem cell , volume=. 2011 , publisher=

  172. [180]

    Nature communications , volume=

    Single-cell full-length total RNA sequencing uncovers dynamics of recursive splicing and enhancer RNAs , author=. Nature communications , volume=. 2018 , publisher=

  173. [181]

    Human molecular genetics , volume=

    Identification and function of enhancers in the human genome , author=. Human molecular genetics , volume=. 2016 , publisher=

  174. [182]

    Nature Methods , pages=

    Nucleotide Transformer: building and evaluating robust foundation models for human genomics , author=. Nature Methods , pages=. 2024 , publisher=

  175. [183]

    arXiv preprint arXiv:2006.15704 , year=

    Pytorch distributed: Experiences on accelerating data parallel training , author=. arXiv preprint arXiv:2006.15704 , year=

  176. [184]

    arXiv preprint arXiv:2308.08747 , year=

    An empirical study of catastrophic forgetting in large language models during continual fine-tuning , author=. arXiv preprint arXiv:2308.08747 , year=

  177. [185]

    Elife , volume=

    Differences and similarities between human and chimpanzee neural progenitors during cerebral cortex development , author=. Elife , volume=. 2016 , publisher=

  178. [186]

    Nature , volume=

    Multilineage communication regulates human liver bud development from pluripotency , author=. Nature , volume=. 2017 , publisher=

  179. [187]

    Nature , volume=

    Single-cell RNA-seq reveals dynamic paracrine control of cellular variation , author=. Nature , volume=. 2014 , publisher=

  180. [188]

    Blood, The Journal of the American Society of Hematology , volume=

    A single-cell resolution map of mouse hematopoietic stem and progenitor cell differentiation , author=. Blood, The Journal of the American Society of Hematology , volume=. 2016 , publisher=

  181. [189]

    Nucleic Acids Research , volume=

    ChIP-Atlas 3.0: a data-mining suite to explore chromosome architecture together with large-scale regulome data , author=. Nucleic Acids Research , volume=. 2024 , publisher=

  182. [190]

    Database , volume=

    ESCAPE: database for integrating high-content published data collected from human and mouse embryonic stem cells , author=. Database , volume=. 2013 , publisher=

  183. [191]

    Transactions on Machine Learning Research , year=

    Large-Scale Targeted Cause Discovery via Learning from Simulated Data , author=. Transactions on Machine Learning Research , year=

  184. [192]

    bioRxiv , pages=

    Detecting and avoiding homology-based data leakage in genome-trained sequence models , author=. bioRxiv , pages=. 2025 , publisher=

  185. [193]

    The NCBI handbook , volume=

    The BLAST sequence analysis tool , author=. The NCBI handbook , volume=. 2013 , publisher=

  186. [194]

    Nature reviews Molecular cell biology , volume=

    Modelling and analysis of gene regulatory networks , author=. Nature reviews Molecular cell biology , volume=. 2008 , publisher=

  187. [195]

    Nature Reviews Genetics , volume=

    Gene regulatory network inference in the era of single-cell multi-omics , author=. Nature Reviews Genetics , volume=. 2023 , publisher=

  188. [196]

    Current opinion in genetics & development , volume=

    Understanding transcriptional regulatory networks using computational models , author=. Current opinion in genetics & development , volume=. 2016 , publisher=

  189. [197]

    NPJ systems biology and applications , volume=

    Inference of phenotype-relevant transcriptional regulatory networks elucidates cancer type-specific regulatory mechanisms in a pan-cancer study , author=. NPJ systems biology and applications , volume=. 2021 , publisher=

  190. [198]

    Nature Reviews Nephrology , volume=

    Gene regulatory networks in disease and ageing , author=. Nature Reviews Nephrology , volume=. 2024 , publisher=

  191. [199]

    Briefings in Bioinformatics , volume=

    Advances and challenges in single-cell RNA sequencing data analysis: a comprehensive review , author=. Briefings in Bioinformatics , volume=. 2026 , publisher=

  192. [200]

    PLoS computational biology , volume=

    RNA velocity unraveled , author=. PLoS computational biology , volume=. 2022 , publisher=

  193. [201]

    Cell systems , volume=

    Transcriptome data are insufficient to control false discoveries in regulatory network inference , author=. Cell systems , volume=. 2024 , publisher=

  194. [202]

    Briefings in Bioinformatics , volume=

    Machine learning methods for gene regulatory network inference , author=. Briefings in Bioinformatics , volume=. 2025 , publisher=

  195. [203]

    Computational and structural biotechnology journal , volume=

    Integration of single-cell multi-omics for gene regulatory network inference , author=. Computational and structural biotechnology journal , volume=. 2020 , publisher=

  196. [204]

    Transcription , volume=

    Organizing combinatorial transcription factor recruitment at cis-regulatory modules , author=. Transcription , volume=. 2018 , publisher=

  197. [205]

    Trends in biochemical sciences , volume=

    Absence of a simple code: how transcription factors read the genome , author=. Trends in biochemical sciences , volume=. 2014 , publisher=

  198. [206]

    PLoS genetics , volume=

    The functional consequences of variation in transcription factor binding , author=. PLoS genetics , volume=. 2014 , publisher=

  199. [207]

    Bioinformatics , volume=

    An empirical Bayes approach to inferring large-scale gene association networks , author=. Bioinformatics , volume=. 2005 , publisher=

  200. [208]

    bioRxiv , pages=

    GLM-Prior: a genomic language model for transferable sequence-derived priors in gene regulatory network inference , author=. bioRxiv , pages=. 2025 , publisher=

  201. [209]

    Nature , volume=

    Central dogma of molecular biology , author=. Nature , volume=. 1970 , publisher=

  202. [210]

    Journal of molecular biology , volume=

    The discovery of the DNA double helix , author=. Journal of molecular biology , volume=. 2004 , publisher=

  203. [211]

    and Walter, P

    Alberts, B., Johnson, A., Lewis, J., Raff, M., Roberts, K. and Walter, P. Molecular biology of the cell. 4th edn. , author=. 2003 , publisher=

  204. [212]

    Trends in microbiology , volume=

    RNA polymerase: the vehicle of transcription , author=. Trends in microbiology , volume=. 2008 , publisher=

  205. [213]

    Nature , volume=

    Direct observation of base-pair stepping by RNA polymerase , author=. Nature , volume=. 2005 , publisher=

  206. [214]

    2022 , publisher=

    The cell: a molecular approach , author=. 2022 , publisher=

  207. [215]

    Biochemistry, primary protein structure , author=

  208. [216]

    The international journal of biochemistry & cell biology , volume=

    Transcription factors: an overview , author=. The international journal of biochemistry & cell biology , volume=. 1997 , publisher=

  209. [217]

    Cell , volume=

    The human transcription factors , author=. Cell , volume=. 2018 , publisher=

  210. [218]

    World Academy of Sciences Journal , volume=

    Transcription factors and evolution: An integral part of gene expression , author=. World Academy of Sciences Journal , volume=. 2020 , publisher=

  211. [219]

    Artificial intelligence in medicine , volume=

    Computational methods for gene regulatory networks reconstruction and analysis: a review , author=. Artificial intelligence in medicine , volume=. 2019 , publisher=

  212. [220]

    BMC bioinformatics , volume=

    Current approaches to gene regulatory network modelling , author=. BMC bioinformatics , volume=. 2007 , publisher=

  213. [221]

    Science , volume=

    Gene regulation by transcription factors and microRNAs , author=. Science , volume=. 2008 , publisher=

  214. [222]

    Current opinion in structural biology , volume=

    Structure and evolution of transcriptional regulatory networks , author=. Current opinion in structural biology , volume=. 2004 , publisher=

  215. [223]

    Nature methods , volume=

    Wisdom of crowds for robust gene network inference , author=. Nature methods , volume=. 2012 , publisher=

  216. [224]

    Bioinformatics , volume=

    High-performance single-cell gene regulatory network inference at scale: the Inferelator 3.0 , author=. Bioinformatics , volume=. 2022 , publisher=

  217. [225]

    Genome biology , volume=

    PMF-GRN: a variational inference approach to single-cell gene regulatory network inference using probabilistic matrix factorization , author=. Genome biology , volume=. 2024 , publisher=

  218. [226]

    Nature , volume=

    Dissecting cell identity via network inference and in silico gene perturbation , author=. Nature , volume=. 2023 , publisher=

  219. [227]

    NPJ Systems Biology and Applications , volume=

    Gene regulatory network reconstruction: harnessing the power of single-cell multi-omic data , author=. NPJ Systems Biology and Applications , volume=. 2023 , publisher=

  220. [228]

    Nature , volume=

    Genetic and epigenetic coordination of cortical interneuron development , author=. Nature , volume=. 2021 , publisher=

  221. [229]

    Science , volume=

    Coordinated control of neuronal differentiation and wiring by sustained transcription factors , author=. Science , volume=. 2022 , publisher=

  222. [230]

    elife , volume=

    Gene regulatory network reconstruction using single-cell RNA sequencing of barcoded genotypes in diverse environments , author=. elife , volume=. 2020 , publisher=

  223. [231]

    DNA Microarrays for Biomedical Research: Methods and Protocols , pages=

    Introduction to microarray technology , author=. DNA Microarrays for Biomedical Research: Methods and Protocols , pages=. 2009 , publisher=

  224. [232]

    Biology direct , volume=

    Microarray experiments and factors which affect their reliability , author=. Biology direct , volume=. 2015 , publisher=

  225. [233]

    American journal of obstetrics and gynecology , volume=

    Analysis of microarray experiments of gene expression profiling , author=. American journal of obstetrics and gynecology , volume=. 2006 , publisher=

  226. [234]

    Genome research , volume=

    Coexpression analysis of human genes across many microarray data sets , author=. Genome research , volume=. 2004 , publisher=

  227. [235]

    Current Opinion in Biotechnology , volume=

    New developments in microarray technology , author=. Current Opinion in Biotechnology , volume=. 2001 , publisher=

  228. [236]

    Drug discovery today , volume=

    Developments in microarray technologies , author=. Drug discovery today , volume=. 2003 , publisher=

  229. [237]

    Oncogene , volume=

    Advantages and limitations of microarray technology in human cancer , author=. Oncogene , volume=. 2003 , publisher=

  230. [238]

    Bioinformatics and computational biology solutions using R and Bioconductor , pages=

    Limma: linear models for microarray data , author=. Bioinformatics and computational biology solutions using R and Bioconductor , pages=. 2005 , publisher=

  231. [239]

    Nucleic acids research , volume=

    limma powers differential expression analyses for RNA-sequencing and microarray studies , author=. Nucleic acids research , volume=. 2015 , publisher=

  232. [240]

    Nature clinical practice Oncology , volume=

    Technology Insight: tuning into the genetic orchestra using microarrays—limitations of DNA microarrays in clinical practice , author=. Nature clinical practice Oncology , volume=. 2006 , publisher=

  233. [241]

    Journal of endocrinology , volume=

    Experiments using microarray technology: limitations and standard operating procedures , author=. Journal of endocrinology , volume=. 2003 , publisher=

  234. [242]

    Advances in physiology education , volume=

    Gene expression studies using microarrays: principles, problems, and prospects , author=. Advances in physiology education , volume=. 2002 , publisher=

  235. [243]

    Microbial cell factories , volume=

    A perspective on microarrays: current applications, pitfalls, and potential uses , author=. Microbial cell factories , volume=. 2007 , publisher=

  236. [244]

    TRENDS in Genetics , volume=

    Statistical issues with microarrays: processing and analysis , author=. TRENDS in Genetics , volume=. 2002 , publisher=

  237. [245]

    Nature reviews genetics , volume=

    RNA-Seq: a revolutionary tool for transcriptomics , author=. Nature reviews genetics , volume=. 2009 , publisher=

  238. [246]

    2008 , publisher=

    Next-generation sequencing: applications beyond genomes , author=. 2008 , publisher=

  239. [247]

    Cellular and molecular life sciences , volume=

    RNA-seq: from technology to biology , author=. Cellular and molecular life sciences , volume=. 2010 , publisher=

  240. [248]

    PloS one , volume=

    Comparison of RNA-Seq and microarray in transcriptome profiling of activated T cells , author=. PloS one , volume=. 2014 , publisher=

  241. [249]

    Journal of Orthopaedic Research

    Advantages of RNA-seq compared to RNA microarrays for transcriptome profiling of anterior cruciate ligament tears , author=. Journal of Orthopaedic Research. 2018 , publisher=

  242. [250]

    Plant Bioinformatics: Methods and Protocols , pages=

    Analysis of RNA-Seq data using TopHat and Cufflinks , author=. Plant Bioinformatics: Methods and Protocols , pages=. 2016 , publisher=

  243. [251]

    Frontiers in Molecular Medicine , volume=

    Perspectives on bulk-tissue RNA sequencing and single-cell RNA sequencing for cardiac transcriptomics , author=. Frontiers in Molecular Medicine , volume=. 2022 , publisher=

  244. [252]

    2014 , publisher=

    A comprehensive assessment of RNA-seq accuracy, reproducibility and information content by the Sequencing Quality Control Consortium , journal=. 2014 , publisher=

  245. [253]

    Bioinformatics , volume=

    Effect of read-mapping biases on detecting allele-specific expression from RNA-sequencing data , author=. Bioinformatics , volume=. 2009 , publisher=

  246. [254]

    European Journal of Human Genetics , volume=

    RNA-Seq and human complex diseases: recent accomplishments and future perspectives , author=. European Journal of Human Genetics , volume=. 2013 , publisher=

  247. [255]

    Molecular cell , volume=

    The technology and biology of single-cell RNA sequencing , author=. Molecular cell , volume=. 2015 , publisher=

  248. [256]

    Nucleic acids research , volume=

    Single-cell RNA-seq: advances and future challenges , author=. Nucleic acids research , volume=. 2014 , publisher=

  249. [257]

    RNA bioinformatics , pages=

    Single-cell RNA sequencing analysis: a step-by-step overview , author=. RNA bioinformatics , pages=. 2021 , publisher=

  250. [258]

    Nature communications , volume=

    Single-cell trajectories reconstruction, exploration and mapping of omics data with STREAM , author=. Nature communications , volume=. 2019 , publisher=

  251. [259]

    Molecular systems biology , volume=

    Current best practices in single-cell RNA-seq analysis: a tutorial , author=. Molecular systems biology , volume=

  252. [260]

    Genome biology , volume=

    Normalization and variance stabilization of single-cell RNA-seq data using regularized negative binomial regression , author=. Genome biology , volume=. 2019 , publisher=

  253. [261]

    Cell , volume=

    Recovering gene interactions from single-cell data using data diffusion , author=. Cell , volume=. 2018 , publisher=

  254. [262]

    Nature communications , volume=

    Embracing the dropouts in single-cell RNA-seq analysis , author=. Nature communications , volume=. 2020 , publisher=

  255. [263]

    Scientific reports , volume=

    Batch effects and the effective design of single-cell gene expression studies , author=. Scientific reports , volume=. 2017 , publisher=

  256. [264]

    Nature methods , volume=

    Normalizing single-cell RNA sequencing data: challenges and opportunities , author=. Nature methods , volume=. 2017 , publisher=

  257. [265]

    Nature protocols , volume=

    Chromatin accessibility profiling by ATAC-seq , author=. Nature protocols , volume=. 2022 , publisher=

  258. [266]

    Nature methods , volume=

    Transposition of native chromatin for fast and sensitive epigenomic profiling of open chromatin, DNA-binding proteins and nucleosome position , author=. Nature methods , volume=. 2013 , publisher=

  259. [267]

    Current protocols in molecular biology , volume=

    ATAC-seq: a method for assaying chromatin accessibility genome-wide , author=. Current protocols in molecular biology , volume=. 2015 , publisher=

  260. [268]

    Nature , volume=

    Genome-wide enhancer maps link risk variants to disease genes , author=. Nature , volume=. 2021 , publisher=

  261. [269]

    Genome biology , volume=

    From reads to insight: a hitchhiker’s guide to ATAC-seq data analysis , author=. Genome biology , volume=. 2020 , publisher=

  262. [270]

    Hereditas , volume=

    Detect accessible chromatin using ATAC-sequencing, from principle to applications , author=. Hereditas , volume=. 2019 , publisher=

  263. [271]

    Science , volume=

    The chromatin accessibility landscape of primary human cancers , author=. Science , volume=. 2018 , publisher=

  264. [272]

    Nature , volume=

    Single-cell chromatin accessibility reveals principles of regulatory variation , author=. Nature , volume=. 2015 , publisher=

  265. [273]

    Genome biology , volume=

    Single-cell ATAC-seq signal extraction and enhancement with SCATE , author=. Genome biology , volume=. 2020 , publisher=

  266. [274]

    Nature methods , volume=

    ChIP-seq: welcome to the new frontier , author=. Nature methods , volume=. 2007 , publisher=

  267. [275]

    Nature reviews genetics , volume=

    ChIP--seq: advantages and challenges of a maturing technology , author=. Nature reviews genetics , volume=. 2009 , publisher=

  268. [276]

    Briefings in bioinformatics , volume=

    Features that define the best ChIP-seq peak calling algorithms , author=. Briefings in bioinformatics , volume=. 2017 , publisher=

  269. [277]

    Genomics & informatics , volume=

    Comparative analysis of commonly used peak calling programs for ChIP-Seq analysis , author=. Genomics & informatics , volume=

  270. [278]

    Briefings in Functional Genomics , volume=

    Unmeasured human transcription factor ChIP-seq data shape functional genomics and demand strategic prioritization , author=. Briefings in Functional Genomics , volume=. 2025 , publisher=

  271. [279]

    Briefings in bioinformatics , volume=

    Recent advances in ChIP-seq analysis: from quality management to whole-genome annotation , author=. Briefings in bioinformatics , volume=. 2017 , publisher=

  272. [280]

    Current opinion in genetics & development , volume=

    Transcription factor--DNA binding: beyond binding site motifs , author=. Current opinion in genetics & development , volume=. 2017 , publisher=

  273. [281]

    Nature reviews genetics , volume=

    Transcription factors: from enhancer binding to developmental control , author=. Nature reviews genetics , volume=. 2012 , publisher=

  274. [282]

    Bioinformatics , volume=

    FIMO: scanning for occurrences of a given motif , author=. Bioinformatics , volume=. 2011 , publisher=

  275. [283]

    Bioinformatics , volume=

    DNA binding sites: representation and discovery , author=. Bioinformatics , volume=. 2000 , publisher=

  276. [284]

    Nucleic acids research , volume=

    JASPAR: an open-access database for eukaryotic transcription factor binding profiles , author=. Nucleic acids research , volume=. 2004 , publisher=

  277. [285]

    Nucleic acids research , volume=

    JASPAR 2024: 20th anniversary of the open-access database of transcription factor binding profiles , author=. Nucleic acids research , volume=. 2024 , publisher=

  278. [286]

    Nucleic acids research , volume=

    TRANSFAC: a database on transcription factors and their DNA binding sites , author=. Nucleic acids research , volume=. 1996 , publisher=

  279. [287]

    Nucleic acids research , volume=

    HOCOMOCO: a comprehensive collection of human transcription factor binding sites models , author=. Nucleic acids research , volume=. 2013 , publisher=

  280. [288]

    Nucleic Acids Research , volume=

    HOCOMOCO in 2024: a rebuild of the curated collection of binding models for human and mouse transcription factors , author=. Nucleic Acids Research , volume=. 2024 , publisher=

  281. [289]

    Cell , volume=

    Determination and inference of eukaryotic transcription factor sequence specificity , author=. Cell , volume=. 2014 , publisher=

  282. [290]

    Briefings in bioinformatics , volume=

    Comprehensive evaluation of noise reduction methods for single-cell RNA sequencing data , author=. Briefings in bioinformatics , volume=. 2022 , publisher=

  283. [291]

    Computers in Biology and Medicine , volume=

    Evaluating the performance of dropout imputation and clustering methods for single-cell RNA sequencing data , author=. Computers in Biology and Medicine , volume=. 2022 , publisher=

  284. [292]

    Journal of Bio-X Research , volume=

    Dropout imputation and batch effect correction for single-cell RNA sequencing data , author=. Journal of Bio-X Research , volume=. 2019 , publisher=

  285. [293]

    Current opinion in biotechnology , volume=

    Single-cell gene expression profiling and cell state dynamics: collecting data, correlating data points and connecting the dots , author=. Current opinion in biotechnology , volume=. 2016 , publisher=

  286. [294]

    Nature Machine Intelligence , volume=

    Reconstructing growth and dynamic trajectories from single-cell transcriptomics data , author=. Nature Machine Intelligence , volume=. 2024 , publisher=

  287. [295]

    Cell systems , volume=

    Inferring causal gene regulatory networks from coupled single-cell expression dynamics using scribe , author=. Cell systems , volume=. 2020 , publisher=

  288. [296]

    Trends in Genetics , volume=

    Past roadblocks and new opportunities in transcription factor network mapping , author=. Trends in Genetics , volume=. 2016 , publisher=

  289. [297]

    Cell , volume=

    An atlas of combinatorial transcriptional regulation in mouse and man , author=. Cell , volume=. 2010 , publisher=

  290. [298]

    Bioinformatics and Biology Insights , volume=

    Approaches for benchmarking single-cell gene regulatory network methods , author=. Bioinformatics and Biology Insights , volume=. 2024 , publisher=

  291. [299]

    Biochimica et Biophysica Acta (BBA)-Gene Regulatory Mechanisms , volume=

    Computational inference of gene regulatory networks: approaches, limitations and opportunities , author=. Biochimica et Biophysica Acta (BBA)-Gene Regulatory Mechanisms , volume=. 2017 , publisher=

  292. [300]

    Nucleic Acids Research , volume=

    Rapid profiling of transcription factor--cofactor interaction networks reveals principles of epigenetic regulation , author=. Nucleic Acids Research , volume=. 2024 , publisher=

Pith tools

Reviewed August 1, 2026 · model on record in the stance chip above.