REVIEW 3 major objections 5 minor 29 references
Aligning each patient’s personalized gene network with a simulated drug-induced expression profile predicts clinical response more accurately than existing methods and recovers known drug mechanisms.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
Aligning patient-specific gene-regulatory graphs with LINCS-pretrained perturbation embeddings via CLIP-style contrastive learning improves clinical drug-response prediction on TCGA and zero-shot I-SPY2.
T0 review reviewed 2026-07-11 challenge →
load-bearing objection Solid dual-view recipe for patient-level response prediction; absolute numbers on hard splits stay near chance and the TCGA N is small, but the design, ablations, and external check are real enough to read and referee. the 3 major comments →
Predicting Therapeutic Outcome via Aligning Patient-Specific Knowledge Graph and Gene-Level Perturbation Representations
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
PREDIKTOR claims that clinical drug response is predicted more accurately and interpretably by aligning two complementary embeddings of the same patient–drug pair: a drug-centric graph embedding of a patient-specific regulatory network (DysRegNet edges plus DrugBank targets) and a frozen CSG2A-generated post-perturbation transcriptomic profile. CLIP-style contrastive learning with drug-context hard negatives aligns the views; their concatenation feeds an end-to-end response classifier. On TCGA the model outperforms state-of-the-art baselines under patient-, drug-, and tissue-split evaluation, and it improves zero-shot AUROC by 5.6% on I-SPY2 while recovering known paclitaxel and breast-cance
What carries the argument
PREDIKTOR multi-view alignment: a GCN-encoded embedding of a patient-specific gene-regulatory graph (DysRegNet + DrugBank) is projected into the same latent space as a frozen CSG2A simulated perturbation profile; a CLIP-style contrastive loss with hard negatives from different drugs forces the two views of each matched pair to agree, after which the concatenated vectors drive response classification.
Load-bearing premise
The method assumes that a frozen cell-line model of drug-induced expression change still yields useful simulated post-treatment profiles for heterogeneous human tumors, and that incomplete drug–target and regulatory edges are enough to ground the patient network.
What would settle it
Train PREDIKTOR on TCGA, then test zero-shot on an external cohort treated with a drug that has neither LINCS L1000 profiles nor reliable DrugBank targets; if AUROC does not beat strong baselines, or if top-attributed genes show no enrichment for that drug’s known mechanisms, the central claim fails.
If this is right
- Patient-level response prediction from pre-treatment transcriptomes improves when static network context and dynamic perturbation signatures are explicitly aligned rather than used alone.
- Zero-shot transfer to the external I-SPY2 paclitaxel cohort raises AUROC by 5.6% over competing methods without retraining.
- Gene and pathway attributions from the aligned embeddings recover established mechanisms of paclitaxel and breast-cancer biology.
- Ablations show both views and the drug-context hard-negative contrastive objective are required for the gains, especially under drug- and tissue-held-out splits.
- Personalized GRNs outperform a static shared GRN, indicating that patient-specific dysregulation edges carry usable clinical signal.
Where Pith is reading between the lines
- The same alignment recipe could be tried on other scarce-label clinical endpoints (toxicity, acquired resistance) wherever large cell-line perturbation atlases exist but matched post-treatment patient profiles do not.
- For investigational compounds without documented targets, provisional drug–target edges from chemistry or chemoproteomics would be needed before the network view remains informative.
- Freezing a large preclinical perturbation encoder may be a general template for transferring omics models into small clinical cohorts without overwriting the pretrained priors.
- Unexpected genes that rank highly only under multi-view attribution could be prioritized for wet-lab follow-up as candidate biomarkers of response.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. PREDIKTOR predicts binary clinical drug response from pre-treatment patient transcriptomes by aligning two complementary views of each patient–drug pair: (i) a patient-specific knowledge-graph view built from DysRegNet-inferred TF–TG edges (FDR < 0.05, HTRIdb-restricted) plus DrugBank target links, encoded by a two-layer GCN with DREAMwalk initialization and drug-node readout; and (ii) a frozen CSG2A gene–gene attention model pretrained on LINCS L1000 that produces a simulated post-perturbation expression profile over the 978 landmark genes. The two embeddings are projected into a shared space and aligned with a CLIP-style contrastive loss that uses other-drug (drug-context) hard negatives, then concatenated and passed to an MLP trained with BCE + λ_CLIP L_CLIP-context. On a TCGA cohort of 358 patients / 383 pairs / 21 drugs the method is evaluated under patient-, drug-, and tissue-held-out 5-fold CV and is further tested zero-shot on I-SPY2 paclitaxel-treated breast-cancer samples. The paper reports consistent ranking first across most metrics, a 5.6 % AUROC lift on I-SPY2, ablations of each view and of the hard-negative contrastive term, and gene/pathway attributions that recover known paclitaxel and breast-cancer mechanisms.
Significance. If the multi-view alignment truly improves generalization under drug- and tissue-held-out regimes and yields stable, mechanistically coherent attributions, the work would supply a practical template for combining patient-specific regulatory graphs with transferable perturbation priors when matched post-treatment clinical profiles are unavailable. Strengths already present include a clear dual-encoder design, explicit hard-negative strategy, three complementary split protocols, an external zero-shot cohort, component ablations (Fig. 3, Table 2), and quantitative recovery of LINCS paclitaxel consensus genes. These elements make the contribution of genuine interest to the precision-oncology ML community even if absolute performance on the hardest splits remains modest.
major comments (3)
- Table 1, drug-split and tissue-split columns: absolute AUROC remains near chance (0.594 ± 0.090 and 0.603 ± 0.085) with large fold variance, while patient-split margins over Random Forest / CSG2A are < 0.01 AUROC. With only 383 labeled pairs and 21 drugs (Methods 2.6.1), the claim of “consistent outperformance” under the hardest generalization regimes is only weakly supported; the ranking-first result can be driven by a few easy drugs/tissues rather than a generalizable multi-view mechanism. Stronger statistical evidence (paired tests across all folds, confidence intervals on the lift, or leave-one-drug-out curves) is needed before the central claim can be considered load-bearing.
- Discussion §4 and Methods 2.3.2: the network view is undefined for any compound lacking DrugBank target edges. The paper itself notes that cold-start / investigational drugs therefore lose the graph stream, yet the drug-split evaluation still relies on the remaining drugs that possess targets. This circular dependence undermines the claim that the multi-view design solves the clinical-label scarcity problem for truly novel compounds; either an explicit cold-start protocol (inferred provisional edges or ablation of the drug node) or a clear restriction of the claim is required.
- Methods 2.4 / 2.5 and the weakest-assumption note: the frozen CSG2A module is pretrained solely on cell-line LINCS L1000 landmark-gene profiles. No quantitative check is provided that the simulated post-perturbation vectors remain informative for heterogeneous human tumors, especially for the three TCGA drugs absent from LINCS or for tissues poorly represented in L1000. Without such a diagnostic (e.g., correlation of simulated vs. observed post-treatment signatures on any available clinical series, or performance stratified by LINCS coverage), the transferability premise of the perturbation view stays untested.
minor comments (5)
- Equation (1) and surrounding text: the dimensions of the concatenated vector (256 + 978) and the subsequent MLP are stated inconsistently with the projection matrices W_G / W_P; a single notation table would help.
- Figure 3b: the y-axis label “1 − Absolute Error” is non-standard; reporting mean absolute error or Brier score would be clearer.
- Table 3: AUPRC on I-SPY2 is only 0.296; the prevalence of pCR should be stated so readers can judge calibration.
- Typographical slips: “DrugBanK”, “Togehter”, “transciptomic”, “grpah” appear in the main text and should be corrected.
- Code availability is currently “upon request”; for a methods paper a public repository (or at least a DOI-stamped archive) would strengthen reproducibility claims.
Circularity Check
No significant circularity: clinical labels are external, CSG2A/DREAMwalk are frozen pretrained components with independent prior publications, and contrastive alignment is an auxiliary objective rather than a redefinition of the response target.
specific steps
-
self citation load bearing
[Methods 2.4 (Transcriptomic perturbation view) and 2.3.3 (GCN initialization); also Discussion §4]
"Before training PREDIKTOR, the condition-specific Gene-Gene Attention (CSG2A) module is pretrained on the LINCS L1000 dataset... During the end-to-end learning of PREDIKTOR, the pretrained weights are frozen... Node embeddings... are initialized using DREAMwalk [21]... we kept the pretrained CSG2A and MAT modules frozen to preserve transferable perturbation priors... consistent with prior observations that fine-tuning CSG2A can degrade downstream performance [14]."
The two core encoders (CSG2A perturbation view and DREAMwalk node initialization) are taken from the authors’ own prior publications and kept frozen. This is ordinary component reuse, not a closed derivation: the clinical response labels and the TCGA/I-SPY2 evaluation remain external, and the CLIP alignment + BCE head are new. The self-citations are therefore not load-bearing for the claimed AUROC gains; they merely supply pretrained feature extractors. Flagged only as a minor self-citation pattern (score contribution ~1).
full rationale
The derivation chain is architectural and empirical, not definitional. Response labels y_p,d come from TCGA clinical metadata and I-SPY2 pCR (Methods 2.6.1); LINCS L1000 pretraining of CSG2A contains no clinical response labels. The network view is built from DysRegNet residual TF–TG edges (FDR<0.05, HTRIdb-restricted) plus DrugBank targets, encoded by a GCN whose node features are initialized by DREAMwalk; the perturbation view is a frozen CSG2A forward pass that produces a simulated post-treatment profile. These two embeddings are projected and aligned by a CLIP-style loss with drug-context hard negatives (Eq. L_CLIP / L_CLIP-context), then concatenated and trained with BCE for binary response. The contrastive term is an auxiliary regularizer (L_total = L_BCE + λ_CLIP L_CLIP-context); it does not redefine or force the clinical label. Self-citations to CSG2A [14] and DREAMwalk [21] are component reuse of previously published modules that are kept frozen; they do not supply a uniqueness theorem or force the reported AUROC by construction. Ablations and external zero-shot evaluation further treat the multi-view design as a testable hypothesis rather than a tautology. Minor self-citation of the authors’ own prior modules is present but not load-bearing for the central claim. Score 1 reflects that single non-circular self-reuse pattern; no fitted-input-called-prediction or self-definitional reduction of the headline metrics exists.
Axiom & Free-Parameter Ledger
free parameters (4)
- lambda_CLIP (contrastive loss weight) =
init 5 (trainable)
- contrastive temperature tau =
learnable
- GCN/MLP hidden dims, dropout, lr, batch size =
128 / 0.1 / 1e-4 / 32
- DysRegNet FDR threshold and HTRIdb edge prior =
FDR < 0.05
axioms (5)
- domain assumption DysRegNet residual deviations from healthy-tissue TF–TG linear baselines identify patient-specific regulatory edges relevant to drug response.
- domain assumption Frozen CSG2A attention patterns learned on LINCS L1000 cell-line chemical perturbations transfer to human tumor transcriptomes as useful post-treatment proxies.
- domain assumption DrugBank target links plus DREAMwalk-initialized heterogeneous GCN embeddings supply drug-centric mechanistic context complementary to expression alone.
- ad hoc to paper CLIP-style cosine alignment of the two views with other-drug hard negatives improves the joint representation for binary clinical response.
- standard math Standard GCN message-passing and BCE classification are valid estimators on the constructed graphs and labels.
invented entities (2)
-
PREDIKTOR multi-view patient–drug embedding (aligned network + perturbation views)
no independent evidence
-
Drug-context hard-negative CLIP objective (L_CLIP-context)
no independent evidence
Cite this review
Pith. "Pith review of Predicting Therapeutic Outcome via Aligning Patient-Specific Knowledge Graph and Gene-Level Perturbation Representations." pith.science (2026). https://pith.science/paper/I3ZP5QDG
@misc{pith2026260704557,
author = {Pith},
title = {Pith review of: Predicting Therapeutic Outcome via Aligning Patient-Specific Knowledge Graph and Gene-Level Perturbation Representations},
year = {2026},
howpublished = {\url{https://pith.science/paper/I3ZP5QDG}},
note = {Machine review of arXiv:2607.04557}
}
read the original abstract
Accurate prediction of patient-specific therapeutic response from pre-treatment transcriptomes is hindered by the scarcity of matched clinical response labels and post-treatment molecular profiles. Preclinical transfer-learning models can simulate drug-induced expression changes but are often hard to interpret and unstable, whereas knowledge-graph methods provide mechanistic context yet remain static and fail to capture drug-induced transcriptomic perturbation dynamics. We propose PREDIKTOR, a patient-centered multi-view framework that aligns a personalized network view with a transferable transcriptomic perturbation view to predict clinical drug response. For each patient, we construct an individualized gene regulatory network from tumor expression using DysRegNet and augment it with drug-target links from DrugBank; a graph neural encoder yields a drug-centric, mechanistically grounded embedding. In parallel, a frozen condition-specific gene-gene attention model pretrained on LINCS L1000 generates a simulated post-perturbation transcriptomic profile for the same patient-drug pair. We align the two views in a shared latent space via a CLIP-style contrastive objective with drug-context hard negatives, then concatenate the representations for end-to-end response classification. On TCGA, PREDIKTOR consistently outperforms state-of-the-art baselines under patient-, drug-, and tissue-split evaluations, and transfers zero-shot to the I-SPY2 trial, improving AUROC by 5.6% over competing methods. The aligned embeddings yield stable gene and pathway attributions that recover known mechanisms, supporting actionable and interpretable precision oncology.
Figures
Reference graph
Works this paper leans on
-
[1]
Precision medicine: changing the way we think about healthcare.Clinics, 73:e723, 2018
Gustavo Rosa Gameiro, Viktor Sinkunas, Gabriel Romero Liguori, and José Otavio Costa Auler-Júnior. Precision medicine: changing the way we think about healthcare.Clinics, 73:e723, 2018
2018
-
[2]
Pharmacogenomics: translating functional genomics into rational therapeutics.science, 286(5439):487–491, 1999
William E Evans and Mary V Relling. Pharmacogenomics: translating functional genomics into rational therapeutics.science, 286(5439):487–491, 1999
1999
-
[3]
Machine learning approaches to drug response prediction: challenges and recent progress.NPJ precision oncology, 4(1):19, 2020
George Adam, Ladislav Rampášek, Zhaleh Safikhani, Petr Smirnov, Benjamin Haibe-Kains, and Anna Goldenberg. Machine learning approaches to drug response prediction: challenges and recent progress.NPJ precision oncology, 4(1):19, 2020
2020
-
[4]
The cancer genome atlas pan-cancer analysis project.Nature genetics, 45(10):1113– 1120, 2013
John N Weinstein, Eric A Collisson, Gordon B Mills, Kenna R Shaw, Brad A Ozenberger, Kyle Ellrott, Ilya Shmulevich, Chris Sander, and Joshua M Stuart. The cancer genome atlas pan-cancer analysis project.Nature genetics, 45(10):1113– 1120, 2013
2013
-
[5]
A landscape of pharmacogenomic interactions in cancer
Francesco Iorio, Theo A Knijnenburg, Daniel J Vis, Graham R Bignell, Michael P Menden, Michael Schubert, Nanne Aben, Emanuel Gonçalves, Syd Barthorpe, Howard Lightfoot, et al. A landscape of pharmacogenomic interactions in cancer. Cell, 166(3):740–754, 2016
2016
-
[6]
The cancer cell line encyclopedia enables predictive modelling of anticancer drug sensitivity.Nature, 483(7391):603–607, 2012
Jordi Barretina, Giordano Caponigro, Nicolas Stransky, Kavitha Venkatesan, Adam A Margolin, Sungjoon Kim, Christopher J Wilson, Joseph Lehár, Gre- gory V Kryukov, Dmitriy Sonkin, et al. The cancer cell line encyclopedia enables predictive modelling of anticancer drug sensitivity.Nature, 483(7391):603–607, 2012
2012
-
[7]
Opportunities and challenges in interpretable deep learning for drug sensitivity prediction of cancer cells.Frontiers in Bioinformatics, 2:1036963, 2022
Bikash Ranjan Samal, Jens Uwe Loers, Vanessa Vermeirssen, and Katleen De Preter. Opportunities and challenges in interpretable deep learning for drug sensitivity prediction of cancer cells.Frontiers in Bioinformatics, 2:1036963, 2022
2022
-
[8]
Deepcdr: a hybrid graph convolutional network for predicting cancer drug response.Bioinformatics, 36(Supplement_2):i911–i918, 2020
Qiao Liu, Zhiqiang Hu, Rui Jiang, and Mu Zhou. Deepcdr: a hybrid graph convolutional network for predicting cancer drug response.Bioinformatics, 36(Supplement_2):i911–i918, 2020
2020
-
[9]
Deeptta: a transformer-based model for predicting cancer drug response
Likun Jiang, Changzhi Jiang, Xinyu Yu, Rao Fu, Shuting Jin, and Xiangrong Liu. Deeptta: a transformer-based model for predicting cancer drug response. Briefings in bioinformatics, 23(3), 2022
2022
-
[10]
Drug sensitivity prediction from cell line-based pharmacogenomics data: guidelines for developing machine learning models
Hossein Sharifi-Noghabi, Soheil Jahangiri-Tazehkand, Petr Smirnov, Casey Hon, Anthony Mammoliti, Sisira Kadambat Nair, Arvind Singh Mer, Martin Ester, and Benjamin Haibe-Kains. Drug sensitivity prediction from cell line-based pharmacogenomics data: guidelines for developing machine learning models. Briefings in bioinformatics, 22(6):bbab294, 2021
2021
-
[11]
Jihye Shin, Yinhua Piao, Dongmin Bang, Sun Kim, and Kyuri Jo. Drpreter: interpretable anticancer drug response prediction using knowledge-guided graph neural networks and transformer.International Journal of Molecular Sciences, 23(22):13919, 2022
2022
-
[12]
Gene expression based inference of cancer drug sensitiv- ity.Nature communications, 13(1):5680, 2022
Smriti Chawla, Anja Rockstroh, Melanie Lehman, Ellca Ratther, Atishay Jain, Anuneet Anand, Apoorva Gupta, Namrata Bhattacharya, Sarita Poonia, Priyadarshini Rai, et al. Gene expression based inference of cancer drug sensitiv- ity.Nature communications, 13(1):5680, 2022
2022
-
[13]
L1000cds2: Lincs l1000 characteristic direction signatures search engine
Qiaonan Duan, St Patrick Reid, Neil R Clark, Zichen Wang, Nicolas F Fernandez, Andrew D Rouillard, Ben Readhead, Sarah R Tritsch, Rachel Hodos, Marc Hafner, et al. L1000cds2: Lincs l1000 characteristic direction signatures search engine. NPJ systems biology and applications, 2(1):1–12, 2016
2016
-
[14]
Transfer learning of condition-specific perturbation in gene interactions improves drug response prediction.Bioinfor- matics, 40(Supplement_1):i130–i139, 2024
Dongmin Bang, Bonil Koo, and Sun Kim. Transfer learning of condition-specific perturbation in gene interactions improves drug response prediction.Bioinfor- matics, 40(Supplement_1):i130–i139, 2024
2024
-
[15]
Learning transferable visual models from natural language supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision. In Marina Meila and Tong Zhang, editors, Proceedings of the 38th International Conference on Machine...
2021
-
[16]
I-spy 2: an adaptive breast cancer trial design in the setting of neoadjuvant chemotherapy.Clinical Pharmacology & Therapeutics, 86(1):97–100, 2009
AD Barker, CC Sigman, Gary J Kelloff, NM Hylton, Donald A Berry, and LJs Esser- man. I-spy 2: an adaptive breast cancer trial design in the setting of neoadjuvant chemotherapy.Clinical Pharmacology & Therapeutics, 86(1):97–100, 2009
2009
-
[17]
Dysregnet: Patient-specific and confounder-aware dysregulated network inference towards precision therapeutics.British journal of pharmacology, 2024
Johannes Kersting, Olga Lazareva, Zakaria Louadi, Jan Baumbach, David B Blu- menthal, and Markus List. Dysregnet: Patient-specific and confounder-aware dysregulated network inference towards precision therapeutics.British journal of pharmacology, 2024
2024
-
[18]
Htridb: an open-access database for experimentally verified human transcriptional regulation interactions.Nature Precedings, pages 1–1, 2012
Luiz Bovolenta, Marcio Acencio, and Ney Lemke. Htridb: an open-access database for experimentally verified human transcriptional regulation interactions.Nature Precedings, pages 1–1, 2012
2012
-
[19]
Drugbank 6.0: the drugbank knowledgebase for 2024.Nucleic acids research, 52(D1):D1265–D1275, 2024
Craig Knox, Mike Wilson, Christen M Klinger, Mark Franklin, Eponine Oler, Alex Wilson, Allison Pon, Jordan Cox, Na Eun Chin, Seth A Strawbridge, et al. Drugbank 6.0: the drugbank knowledgebase for 2024.Nucleic acids research, 52(D1):D1265–D1275, 2024
2024
-
[20]
Thomas N Kipf and Max Welling. Semi-supervised classification with graph convolutional networks.arXiv preprint arXiv:1609.02907, 2016
Pith/arXiv arXiv 2016
-
[21]
Biomedical knowledge graph learning for drug repurposing by extending guilt-by-association to multiple layers.Nature Communications, 14(1):3570, 2023
Dongmin Bang, Sangsoo Lim, Sangseon Lee, and Sun Kim. Biomedical knowledge graph learning for drug repurposing by extending guilt-by-association to multiple layers.Nature Communications, 14(1):3570, 2023
2023
-
[22]
Damian Szklarczyk, Rebecca Kirsch, Mikaela Koutrouli, Katerina Nastou, Farrokh Mehryary, Radja Hachilif, Annika L Gable, Tao Fang, Nadezhda T Doncheva, Sampo Pyysalo, et al. The string database in 2023: protein–protein association networks and functional enrichment analyses for any sequenced genome of interest.Nucleic acids research, 51(D1):D638–D646, 2023
2023
-
[23]
Molecule attention transformer.arXiv preprint arXiv:2002.08264, 2020
Łukasz Maziarka, Tomasz Danel, Sławomir Mucha, Krzysztof Rataj, Jacek Ta- bor, and Stanisław Jastrzębski. Molecule attention transformer.arXiv preprint arXiv:2002.08264, 2020
Pith/arXiv arXiv 2002
-
[24]
Transfer learning enables predictions in network biology
Christina V Theodoris, Ling Xiao, Anant Chopra, Mark D Chaffin, Zeina R Al Sayed, Matthew C Hill, Helene Mantineo, Elizabeth M Brydon, Zexian Zeng, X Shirley Liu, et al. Transfer learning enables predictions in network biology. Nature, 618(7965):616–624, 2023
2023
-
[25]
From local explanations to global understanding with explainable ai for trees.Nature machine intelligence, 2(1):56–67, 2020
Scott M Lundberg, Gabriel Erion, Hugh Chen, Alex DeGrave, Jordan M Prutkin, Bala Nair, Ronit Katz, Jonathan Himmelfarb, Nisha Bansal, and Su-In Lee. From local explanations to global understanding with explainable ai for trees.Nature machine intelligence, 2(1):56–67, 2020
2020
-
[26]
A unified approach to interpreting model predictions.Advances in neural information processing systems, 30, 2017
Scott M Lundberg and Su-In Lee. A unified approach to interpreting model predictions.Advances in neural information processing systems, 30, 2017
2017
-
[27]
Mechanisms of cancer cell death induction by paclitaxel: an updated review.Apoptosis, 27(9):647– 667, 2022
Shuang Zhao, Yufei Tang, Ruohan Wang, and Masoud Najafi. Mechanisms of cancer cell death induction by paclitaxel: an updated review.Apoptosis, 27(9):647– 667, 2022
2022
-
[28]
Cancer hallmarks, biomarkers and breast cancer molecular subtypes.Journal of cancer, 7(10):1281, 2016
Xiaofeng Dai, Liangjian Xiang, Ting Li, and Zhonghu Bai. Cancer hallmarks, biomarkers and breast cancer molecular subtypes.Journal of cancer, 7(10):1281, 2016
2016
-
[29]
Gene set knowledge discovery with enrichr.Current protocols, 1(3):e90, 2021
Zhuorui Xie, Allison Bailey, Maxim V Kuleshov, Daniel JB Clarke, John E Evan- gelista, Sherry L Jenkins, Alexander Lachmann, Megan L Wojciechowicz, Eryk Kropiwnicki, Kathleen M Jagodnik, et al. Gene set knowledge discovery with enrichr.Current protocols, 1(3):e90, 2021. 10 Predicting Therapeutic Outcome via Aligning Patient-Specific Knowledge Graph and Ge...
2021
This paper was first reviewed by grok-4.5 on July 11, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.