Pith. sign in

REVIEW 4 major objections 10 minor 299 references

Biologically Informed Deep Neural Networks for Multi-Omic Integration, Pathway Activity Inference and Risk Stratification in Cancer

T0 review · 4 major / 10 minor · reviewed 2026-07-07 · glm-5.2

Pith's one-line read Pathway-Constrained Autoencoders Integrate Six Omics Layers for Cancer Subtyping and Survival Prediction

desk verdict Solid multi-omics extension of prior PAAE work with useful repeatability findings, but the 'superior representations' claim overreaches given no external multi-omics validation and no modern multi-omics baselines. read the letter →

arxiv 2607.05306 v1 pith:UYW3BJS2 submitted 2026-07-06 cs.LG

classification cs.LG
keywords pathwayactivityautoencodermulti-omicsintegrationinterpretabledeeplearningbreastcancerbiologicallyinformedneuralnetworkinferenceShapleyvaluesurvivalprediction
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

The paper introduces the Pathway Activity Autoencoder (PAAE), a deep learning architecture that constrains its internal structure to match known biological pathways, so that each internal unit corresponds to a specific, named pathway and produces a directly interpretable activity score. The authors extend this framework from single-omics to multi-omics integration across six molecular layers (gene expression, methylation, mutation, RPPA protein, copy number, and microRNA) in breast cancer, and evaluate early versus late integration strategies. They find that late integration—training separate pathway-constrained models per omics layer and combining their outputs—consistently outperforms early integration, which feeds all layers into a single model simultaneously. Through an adapted Shapley value analysis across all 63 possible omics layer combinations, they show that gene expression, RPPA protein, and microRNA layers contribute the most to downstream classification and survival prediction, while mutation data often harms early integration. A large-scale repeatability study (2,560 models) demonstrates that increasing dropout on the pathway activity layer improves cross-run consistency but degrades predictive performance beyond a phase transition at 70–80% dropout. The authors also construct a fully interpretable decision tree using only five pathway activity scores that separates breast cancer subtypes with reasonable accuracy and validates on an external cohort, and they identify the Valine, Leucine, and Isoleucine Degradation pathway as a potentially underexplored biomarker with cross-cohort survival stratification.

What carries the argument

Pathway Activity Autoencoder (PAAE): an autoencoder whose encoder is partitioned into pathway-specific sub-encoders, each receiving only the molecular features mapped to genes in one biological pathway and outputting a single activity score; these scores are concatenated into a pathway activity vector that is further compressed into a latent space and then decoded to reconstruct the full input. Late integration trains separate PAAE models per omics layer and combines their pathway activity vectors by concatenation or averaging. Early integration concatenates all omics layers before feeding them into a single PAAE.

What would settle it

If pathway activity scores fail to correlate with direct experimental measurements of pathway activity (e.g., from phosphoproteomics or perturbation assays), the interpretability claims would be undermined regardless of downstream classification performance.

Watch

Extended reading notes

Core claim

The central object is the pathway activity score: a single scalar per pathway, produced by a sub-encoder that sees only the genes belonging to that pathway, trained jointly to reconstruct the full molecular input. The paper claims these scores are biologically meaningful because they separate cancer subtypes in unsupervised clustering, rank consistently across independent cohorts, stratify patient survival, and map onto pathways with known cancer relevance. The second central finding is that late multi-omics integration—combining independently learned pathway activity scores from separate omics layers—outperforms early integration, and that gene expression, RPPA, and microRNA are the highest

Load-bearing premise

The paper assumes that pathway activity scores learned by the autoencoder are biologically meaningful representations of actual pathway activity, rather than artifacts of the reconstruction objective. The model optimizes mean squared error of the full molecular input, not biological fidelity of pathway scores, and the paper validates only downstream predictive utility and cross-cohort consistency—not comparison to gold-standard pathway activity measurements or perturbation实验.

Editorial extensions

If this is right

  • If pathway activity scores are biologically faithful, they could serve as a standard intermediate representation for clinical decision support, allowing clinicians to see which named pathways drive a patient's subtype classification and survival risk.
  • The finding that late integration outperforms early integration suggests that cross-omics interactions within individual pathways are less informative than layer-specific pathway signals combined downstream, which has practical implications for how multi-omics models should be architected.
  • The Shapley value analysis of omics layer contributions could guide data collection priorities: if gene expression, RPPA, and microRNA carry most of the signal, clinical multi-omics panels might be streamlined.
  • The dropout phase transition at 70–80%—where repeatability sharply increases but performance collapses—identifies a regime boundary that other biologically informed neural networks should test for.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 10 minor

Summary. This manuscript extends the authors' prior Pathway Activity Autoencoder (PAAE) framework to the multi-omics setting, applying it to TCGA-BRCA data for subtype classification and survival prediction. The paper introduces early and late integration strategies for combining six omics layers, presents a large-scale repeatability study (2560 models) on the effect of dropout on pathway activity representations, provides an interpretable decision-tree case study using top-ranked pathways, and adapts Shapley value analysis to quantify per-omics-layer marginal contributions. The authors find that late integration generally outperforms early integration, that gene expression, RPPA, and microRNA are the strongest contributors, and that excessive dropout improves repeatability but harms predictive performance. External validation is performed for single-omics experiments (TCGA to Metabric) but is not possible for multi-omics due to Metabric's missing modalities.

Significance. The manuscript addresses a practically important problem — how to integrate multi-omics data in a biologically informed, interpretable manner — and the PAAE framework's architectural constraint to pathway gene sets is a reasonable design choice. The repeatability study is commendable in scale (2560 models) and yields a useful, actionable finding: dropout improves cross-run consistency but degrades signal beyond a phase transition at 70–80%. The Shapley-value decomposition of omics-layer contributions is a thoughtful addition. The interpretable decision-tree case study with cross-cohort validation (TCGA to Metabric) for single-omics is a concrete demonstration of clinical translatability. Code is promised upon acceptance, which would support reproducibility.

major comments (4)
  1. §3.3 and §4.5: The central claim that multi-omics integration yields 'superior latent representations' (Abstract, §5) rests entirely on within-TCGA cross-validation against baselines (AE, VAE, PACL, PASL, PathME) that are all single-omics methods carried over from the predecessor paper (Supp. B). No modern multi-omics integration method (e.g., MOFA+, VEGA, DeepMOCCA, or similar) is included as a comparator. The claim of 'superior' is thus not established relative to the state of the art in multi-omics integration; it is established only relative to the authors' own single-omics baselines applied to concatenated inputs. This is load-bearing for the paper's central contribution. The authors should either (a) soften the 'superior' claim to 'beneficial relative to single-omics PAAE' or (b) add at least one dedicated multi-omics integration baseline.
  2. §3.3: The authors state that external validation is not performed for multi-omics because 'the Metabric dataset lacks several omics layers.' This means all multi-omics claims — integration benefit, late vs. early comparison, per-layer Shapley contributions — are supported by a single-cohort internal cross-validation on TCGA-BRCA only. Given that the single-omics results show notable train-to-test performance drops (e.g., decision-tree AUC drops from 0.85 on TCGA to 0.74 on Metabric in Fig. 21), the absence of any external check on the multi-omics claims is a significant gap. The authors should explicitly acknowledge this as a primary limitation in §5 and qualify the multi-omics conclusions accordingly, or discuss whether a subset of layers available in both cohorts could support a partial external validation.
  3. §2.2 and Supp. F: The survival analysis uses a 5-year time window (1825 days) and tertile stratification, both of which appear to be chosen without prior justification. The 5-year cutoff is applied uniformly across all pathways and genes. For the Cox-PH models used in §4.5 (Fig. 9), it is unclear whether the same window and stratification apply, and whether the variance threshold (0.01) and L2 penalty (0.001) described in §3.3 were selected post-hoc. These choices affect which features pass significance filtering (Fig. 4) and which models are ranked highest (Fig. 9). The authors should state whether these parameters were pre-specified or selected on the training data, and ideally provide a sensitivity analysis for at least the time-window choice.
  4. §4.1 and Supp. C: The claim that pathway activity scores are 'biologically meaningful' is supported by cross-cohort MI consistency (Fig. 2), literature support for selected pathways, and survival stratification (Fig. 4). However, the reconstruction objective (Eq. 2) optimizes MSE on the full molecular input, not biological fidelity of pathway scores. No comparison against gold-standard pathway activity metrics (e.g., PROGENy, perturbation-derived activity scores) is performed. While the authors provide necessary conditions (predictive utility, consistency), they do not provide sufficient evidence for biological validity of the scores themselves. This concern is load-bearing for the interpretability claims (decision tree, pathway rankings, survival stratification). The authors should either add a comparison against at least one established pathway activity scoring method or explicitly re-
minor comments (10)
  1. Abstract: 'use linear models that may overlook complex interactions' — the phrase 'use' should be 'using' for grammatical consistency.
  2. §2.1, Eq. (2): The optimization objective is written as min_{Ω,Γ} (x̂−x)² without the expectation or summation over samples. This should be clarified (e.g., mean over the batch) for precision.
  3. §2.5, Eq. (10): The Shapley value adaptation uses f as the median of marginal contributions, but the equation as written does not clearly show how the median enters. A brief clarifying sentence would help readers.
  4. §4.3: The 'phase transition' between 70% and 80% dropout is mentioned but not mechanistically explained. A brief hypothesis (e.g., effective number of active pathways dropping below a threshold) would strengthen the discussion.
  5. Figure 8: The x-axis labels for omics combinations are very dense and difficult to read. Consider faceting by number of omics layers or using a more compact encoding.
  6. §4.5: The statement that mutation and CNV layers 'performed worse than random chance' for survival (Fig. 9) is surprising and deserves brief discussion of possible causes (e.g., sparse binary features, small sample size effects).
  7. Supp. B: The description of baseline adaptations (PACL, PASL, PathME) notes several compatibility and stability issues (CPU-only training, NaN/Inf values). These are important caveats that should be briefly mentioned in the main text where baseline comparisons are discussed, so readers can assess fairness.
  8. References: Several citations are to preprints (e.g., Selby et al. 2024, Uyar et al. 2021, Wissel et al. 2022). Where peer-reviewed versions exist, they should be updated.
  9. §3.2: SMOTE is applied prior to training the decision tree, but it is unclear whether it was applied only to the training fold or before cross-validation. This should be clarified to rule out data leakage.
  10. Figure 4 caption: The genes shown (DEGS2, MCCC1, OXCT1) represent 4 of 7 significant genes in TCGA. It would help to list all 7 genes in a supplementary table for completeness.

Simulated Author's Rebuttal

4 responses · 0 unresolved

We thank the referee for a thorough and constructive report. The comments identify legitimate gaps in our comparator set, external validation, parameter justification, and pathway activity score validation. We address each point below and commit to revisions for all four major comments, ranging from softening claims and adding limitations to conducting new sensitivity analyses and comparisons with established pathway scoring methods.

read point-by-point responses
  1. Referee: §3.3 and §4.5: The central claim that multi-omics integration yields 'superior latent representations' rests entirely on within-TCGA cross-validation against single-omics baselines. No modern multi-omics integration method (MOFA+, VEGA, DeepMOCCA) is included. The claim of 'superior' is not established relative to the state of the art.

    Authors: The referee is correct that our baselines are carried over from the single-omics predecessor paper and that no dedicated multi-omics integration method is included as a comparator. We agree that the word 'superior' in the Abstract and §5 overstates what our experiments establish. Our results demonstrate that multi-omics integration within the PAAE framework is beneficial relative to single-omics PAAE, and that late integration generally outperforms early integration within our framework — but we have not shown superiority over other multi-omics integration methods. We will revise the manuscript in two ways: (1) we will soften 'superior latent representations' to 'beneficial relative to single-omics PAAE' or equivalent language throughout the Abstract and Discussion; (2) we will add at least one dedicated multi-omics integration baseline. We plan to include MOFA+ as a comparator, since it is widely used, operates on multi-omics factor decomposition, and can be applied to our TCGA-BRCA data with the same downstream evaluation pipeline. We note that VEGA, which is architecturally related to our pathway-constrained approach, is also a strong candidate and we will consider including it as well. We cannot honestly claim that our current experiments establish superiority over the state of the art in multi-omics integration, and the revised manuscript will reflect this. revision: yes

  2. Referee: §3.3: External validation is not performed for multi-omics because Metabric lacks several omics layers. All multi-omics claims are supported by single-cohort internal cross-validation on TCGA-BRCA only. The absence of any external check on multi-omics claims is a significant gap given the train-to-test performance drops seen in single-omics.

    Authors: This is a fair and important point. We acknowledge that all multi-omics claims rest on within-TCGA-BRCA cross-validation, and the referee is correct that the single-omics train-to-test drops (e.g., decision-tree AUC from 0.85 to 0.74) illustrate the risk of overfitting to a single cohort. We will make the following revisions: (1) We will explicitly acknowledge the absence of multi-omics external validation as a primary limitation in §5 and qualify the multi-omics conclusions accordingly. (2) We will investigate whether a partial external validation is feasible using the subset of omics layers available in both cohorts. TCGA and Metabric share gene expression, copy number, and mutation data; a partial multi-omics external validation on these three layers, while not covering the full six-layer setting, would provide at least some cross-cohort evidence. We will report the results of this analysis if the data compatibility is sufficient, and if not, we will state this explicitly. We note that methylation platform differences (Illumina 27K vs 450K) and the absence of RPPA and microRNA in Metabric prevent a full multi-omics external validation, and this will be stated clearly. revision: yes

  3. Referee: §2.2 and Supp. F: The survival analysis uses a 5-year time window (1825 days) and tertile stratification without prior justification. It is unclear whether the variance threshold (0.01) and L2 penalty (0.001) in §3.3 were selected post-hoc. The authors should state whether these parameters were pre-specified or selected on the training data, and provide a sensitivity analysis for the time-window choice.

    Authors: We appreciate the referee raising this issue. To be transparent: the 5-year time window, tertile stratification, variance threshold (0.01), and L2 penalty (0.001) were not pre-specified based on prior clinical or biological rationale. They were selected during the development of the analysis pipeline, primarily on the TCGA training data, to ensure numerical stability (e.g., the variance threshold was introduced to exclude features that perfectly determined survival status in cross-validation folds, which impeded Cox-PH convergence). We agree that this should be stated explicitly and that the sensitivity of the results to these choices should be assessed. In the revision, we will: (1) clearly state in §2.2 and Supp. F that these parameters were selected on the training data and were not pre-specified; (2) provide a sensitivity analysis for the time-window choice, e.g., comparing 3-year, 5-year, and 7-year cutoffs on the survival stratification results (Fig. 4); (3) provide a sensitivity analysis for the variance threshold and L2 penalty on the multi-omics survival results (Fig. 9). If the results are robust to these variations, this will strengthen the claims; if not, we will report the dependence honestly. revision: yes

  4. Referee: §4.1 and Supp. C: The claim that pathway activity scores are 'biologically meaningful' is supported by cross-cohort MI consistency, literature support, and survival stratification, but the reconstruction objective optimizes MSE, not biological fidelity. No comparison against gold-standard pathway activity metrics (PROGENy, perturbation-derived scores) is performed. The authors should add a comparison or explicitly reframe the claim.

    Authors: The referee correctly identifies a gap between what we claim ('biologically meaningful') and what we demonstrate. Our evidence — cross-cohort MI consistency, survival stratification, and literature support for identified pathways — provides necessary conditions for biological relevance, but does not constitute sufficient evidence for biological validity of the scores themselves, particularly given that the reconstruction objective optimizes MSE on molecular inputs rather than biological fidelity of pathway activities. We will address this in two ways: (1) We will add a comparison against at least one established pathway activity scoring method. PROGENy is a natural choice because it provides perturbation-derived pathway activity scores for a focused set of well-characterized signaling pathways, and we can directly compare our PAAE-derived scores against PROGENy scores in terms of downstream task performance (subtype classification, survival prediction) and cross-cohort consistency. We will also consider including a simpler method such as GSVA or ssGSEA as an additional reference point. (2) We will reframe the 'biologically meaningful' language to be more precise, distinguishing between 'predictively useful and consistent across cohorts' (which we demonstrate) and 'biologically validated pathway activity' (which would require comparison to gold-standard metrics). The revised language will accurately reflect the evidence provided. revision: yes

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity; self-citation establishes base architecture but does not force new results

full rationale

The paper builds on the authors' own PAAE framework (da Costa Avelar et al. 2023, 2024), but this self-citation establishes the base autoencoder architecture (Eqs. 1-2), not the central claims of the present paper. The new contributions—multi-omics integration strategies (Eqs. 5-8), Shapley value omics-layer contribution analysis (Eq. 9-10), dropout robustness studies (2560 models), and the interpretable decision-tree case study—are each evaluated against external benchmarks: TCGA-BRCA and Metabric datasets, PAM50 clinical labels, KEGG/Hallmark/miRTarBase pathway databases, and standard metrics (ROC AUC, C-index, MI, logrank tests). Pathway selection via OvR MI is performed on the training set (TCGA) and validated on an external cohort (Metabric) with cross-cohort consistency explicitly reported (Sec. 4.1). Survival stratification selects genes by ANPW ranking and logrank significance on TCGA, then confirms significance and directionality matching on Metabric (Sec. 4.2, Supplementary F). No step reduces to its inputs by construction: the reconstruction objective (Eq. 2) defines what the pathway scores optimize for, but the paper's biological-meaningfulness claims are supported by external evidence (cross-cohort MI consistency, survival stratification, literature support), not by definition. The gap between reconstruction-optimized scores and biological fidelity is a correctness risk, not a circularity. The self-citation chain is present but not load-bearing for the new results. Score 1 reflects the minor self-citation for the base framework, which is standard and does not raise circularity concerns.

Assumptions & free parameters 9 free parameters · 5 assumptions · 0 invented entities

The paper does not invent new biological entities, particles, or forces. It introduces no new mathematical objects beyond standard autoencoder components. The pathway activity scores are reformulations of standard neural network hidden unit outputs constrained by pathway structure. All free parameters are standard hyperparameters selected via cross-validation or fixed from prior work. The variance threshold (0.01) and survival time window (1825 days) are post-hoc choices that affect survival analysis results.

free parameters (9)
  • Pathway encoder hidden layer sizes = [32] or [32,16]
    Selected via internal 8-fold CV grid search on TCGA RNAseq; controls pathway activity encoder capacity.
  • Latent space dimensionality = 64
    Fixed across all models; chosen during internal validation.
  • Dropout rate on pathway activity layer = 0.0 to 0.9 in repeatability study; 0.5 for main models
    Swept in repeatability study; 0.5 used as default from prior single-omics validation.
  • Learning rate = 1e-4
    Fixed for Adam optimizer across all experiments.
  • Number of training epochs = 1024
    Fixed across all experiments.
  • L2 regularization for survival models = 0.001
    Applied in multi-omics survival analysis (Sec. 3.3).
  • Variance threshold for survival features = 0.01
    Features with variance below this over survival statuses are excluded (Sec. 3.3); post-hoc filtering.
  • Survival time window = 1825 days (5 years)
    Set as time window limit for survival analyses (Supp. F).
  • Number of top pathways selected per subtype = 5
    Used for interpretable decision tree case study; chosen to match number of PAM50 subtypes.
assumptions (5)
  • domain assumption Biological pathway gene sets (KEGG, Hallmark) accurately represent underlying biological processes
    The entire framework depends on pathway definitions being biologically meaningful; invoked throughout Sec. 2.1 and used for all architectural constraints.
  • domain assumption Reconstruction of the full molecular input is a suitable objective for learning meaningful pathway activity scores
    Eq. 2 uses MSE reconstruction as the sole training objective; the interpretability of pathway scores depends on this assumption, stated in Sec. 2.1.
  • domain assumption CpG-to-gene mapping from Illumina 450K annotation correctly associates methylation sites with their regulating genes
    Used for methylation layer pathway mapping (Sec. 3.3); manufacturer-provided mapping may not capture regulatory relationships accurately.
  • domain assumption miRTarBase experimentally validated miRNA-target interactions are comprehensive enough for pathway mapping
    Used for microRNA layer pathway mapping (Sec. 3.3); validated targets may miss true interactions.
  • domain assumption PAM50 subtypes derived from gene expression are the correct classification target for multi-omics integration
    All classification tasks use PAM50 labels; since PAM50 is gene-expression-based, gene expression layer's dominance may be partially tautological (acknowledged in Sec. 4.6).

how reviews work

0 comments
Cite this review

Pith. "Pith review of Biologically Informed Deep Neural Networks for Multi-Omic Integration, Pathway Activity Inference and Risk Stratification in Cancer." pith.science (2026). https://pith.science/paper/UYW3BJS2

@misc{pith2026260705306,
  author       = {Pith},
  title        = {Pith review of: Biologically Informed Deep Neural Networks for Multi-Omic Integration, Pathway Activity Inference and Risk Stratification in Cancer},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/UYW3BJS2}},
  note         = {Machine review of arXiv:2607.05306}
}
read the original abstract

Integrating complex, multi-omics data presents significant challenges. Existing approaches often face a trade-off between model interpretability and representational capacity, with most either relying on post-hoc interpretation or use linear models that may overlook complex interactions. We report Pathway Activity Autoencoders for the multi-omics setting, which embed prior knowledge via pathway-informed architectural constraints, fostering interpretability, while preserving representational power. Our multi-omic framework is applied in the context of breast cancer and is evaluated in survival prediction and subtype classification with results indicating a positive effect of integration. We conduct analysis of individual omics layer impact on end-task performance, revealing that gene, protein, and microRNA expression layers provide the strongest contribution. Repeatability studies indicate that, while dropout improves model robustness and consistency, excessive regularisation can reduce predictive performance. Finally, visualizations of the learned feature space illustrate the framework's intrinsic transparency and clinical relevance. The results underscore the value of multi-omic integration and delineate the impact of individual omics layers, establishing practical guidelines for integration within our framework. Overall, our pathway activity autoencoder frameworks yield superior latent representations that are biologically meaningful and are directly translatable into clinically relevant insights.

Figures

Figures reproduced from arXiv: 2607.05306 by the authors.

Figure 1
Figure 1. Diagram of the PAAE model. The representation learning module (left) receives a subset of the input gene expression [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Clustermap based on cosine distances between sample-level inferred pathway activity vectors in [PITH_FULL_IMAGE:figures/full_fig_p008_2.png] view at source ↗
Figure 3
Figure 3. Subtype distribution overlaid on 2D UMAP projection of the inferred pathway activity vectors [PITH_FULL_IMAGE:figures/full_fig_p009_3.png] view at source ↗
Figures from the paper (20 more)
Figure 4
Figure 4. Figure 4: Kaplan-Meier Curves for the pathways (4a,4b) and genes (4c-4e) that showed statistically signif [PITH_FULL_IMAGE:figures/full_fig_p011_4.png]
Figure 5
Figure 5. Figure 5: Plot illustrating the average Centered Kernel Alignment (CKA) similarity and the average [PITH_FULL_IMAGE:figures/full_fig_p012_5.png]
Figure 6
Figure 6. Figure 6: Decision tree generated after training it on pathway activity vectors of the PAAE KEGG model [PITH_FULL_IMAGE:figures/full_fig_p013_6.png]
Figure 7
Figure 7. Figure 7: 2D UMAP featuremaps for TCGA (top six) and Metabric (bottom six) datasets for pathway [PITH_FULL_IMAGE:figures/full_fig_p014_7.png]
Figure 8
Figure 8. Figure 8: ROC AUC of one-vs-rest logistic regression for all combinations of omics layer in early, late [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]
Figure 10
Figure 10. Figure 10: Marginal contribution of each omics layer to the classification performance, measured by ROC [PITH_FULL_IMAGE:figures/full_fig_p017_10.png]
Figure 11
Figure 11. Figure 11: The clustermap using the cosine distance between samples’ inferred pathway activity vectors [PITH_FULL_IMAGE:figures/full_fig_p033_11.png]
Figure 12
Figure 12. Figure 12: The clustermap using the cosine distance between samples’ inferred pathway activity vectors for [PITH_FULL_IMAGE:figures/full_fig_p034_12.png]
Figure 13
Figure 13. Figure 13: Average ROC AUC (left) from a one-vs-rest Logistic Regression and Concordance Index (right) [PITH_FULL_IMAGE:figures/full_fig_p034_13.png]
Figure 14
Figure 14. Figure 14: The learned pathway space when applying, from left to right, 0%, 10%, 50%, 80%, and 90% [PITH_FULL_IMAGE:figures/full_fig_p035_14.png]
Figure 15
Figure 15. Figure 15: The average Kendall τ -b coefficient between pathway rankings obtained from models trained with different random seeds on the MO-TCGA-BRCA dataset, based on mutual information. We compare non￾consensus (reg) models between themselves (top 3), non-consensus against ali…
Figure 16
Figure 16. Figure 16: The average Kendall τ -b coefficient between pathway rankings obtained from models trained with different random seeds on the MO-TCGA-BRCA dataset, based on concordance index. We compare non￾consensus (reg) models between themselves (top 3), non-consensus against alig…
Figure 17
Figure 17. Figure 17: Boxplots of the concordance index of a pathway obtained from models trained with different [PITH_FULL_IMAGE:figures/full_fig_p037_17.png]
Figure 18
Figure 18. Figure 18: Boxplots of the mutual information between a pathway and PAM50 labels, obtained from models [PITH_FULL_IMAGE:figures/full_fig_p038_18.png]
Figure 19
Figure 19. Figure 19: Average top-k agreement of Concordance-Index rankings between models models trained with different random seeds. Models are labelled as either Aligned Consensus Model (right) or not (left). Shaded regions indicate model variance. 38 [PITH_FULL_IMAGE:figures/full_fig_…
Figure 20
Figure 20. Figure 20: Average top-k agreement the mutual information rankings between models models trained with different random seeds. Models are labelled as either Aligned Consensus Model (right) or not (left). Shaded regions indicate model variance. 39 [PITH_FULL_IMAGE:figures/full_fi…
Figure 21
Figure 21. Figure 21: Confusion matrices (left) and receiver operating characteristic curves (right) for a constrained [PITH_FULL_IMAGE:figures/full_fig_p040_21.png]
Figure 22
Figure 22. Figure 22: 2-dimensional UMAP reprentations of the TCGA (top) and Metabric (bottom) datasets, for the [PITH_FULL_IMAGE:figures/full_fig_p041_22.png]
Figure 23
Figure 23. Figure 23: Accuracy of one-vs-rest logistic regression for all combinations of omics layer in early, late [PITH_FULL_IMAGE:figures/full_fig_p042_23.png]
Figure 26
Figure 26. Figure 26: Marginal contribution of each omics layer to survival prediction, measured by concordance index [PITH_FULL_IMAGE:figures/full_fig_p044_26.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

299 extracted references · 299 canonical work pages

  1. [1]

    Mapping molecular transitions in

    Zeb, Sabaoon and da Costa Avelar, Pedro Henrique and Goh, Vicky and Tsoka, Sophia , year =. Mapping molecular transitions in

  2. [2]

    Alayrac, Jean-Baptiste and Recasens, Adrià and Schneider, Rosalia and Arandjelovic, Relja and Ramapuram, Jason and Fauw, Jeffrey De and Smaira, Lucas and Dieleman, Sander and Zisserman, Andrew , editor =. Self-. Advances in

  3. [3]

    P., Huang, Z., Romero, A

    Yuan, Xin and Lin, Zhe and Kuen, Jason and Zhang, Jianming and Wang, Yilin and Maire, Michael and Kale, Ajinkya and Faieta, Baldo , month = jun, year =. Multimodal. 2021. doi:10.1109/CVPR46437.2021.00692 , urldate =

  4. [4]

    Lin, Yijie and Gou, Yuanbiao and Liu, Zitao and Li, Boyun and Lv, Jiancheng and Peng, Xi , month = jun, year =. 2021. doi:10.1109/CVPR46437.2021.01102 , urldate =

  5. [5]

    Tian, Yonglong and Sun, Chen and Poole, Ben and Krishnan, Dilip and Schmid, Cordelia and Isola, Phillip , editor =. What. Advances in

  6. [6]

    Neurocomputing , author =

    A comprehensive survey on contrastive learning , volume =. Neurocomputing , author =. 2024 , pages =. doi:10.1016/j.neucom.2024.128645 , language =

  7. [7]

    Supervised

    Khosla, Prannay and Teterwak, Piotr and Wang, Chen and Sarna, Aaron and Tian, Yonglong and Isola, Phillip and Maschinot, Aaron and Liu, Ce and Krishnan, Dilip , editor =. Supervised. Advances in

  8. [8]

    Proceedings of the National Academy of Sciences , author =

    Optimally sparse representation in general (nonorthogonal) dictionaries via ℓ ^. Proceedings of the National Academy of Sciences , author =. 2003 , pages =. doi:10.1073/pnas.0437847100 , language =

Show all 299 references
  1. [9]

    Bricken, Trenton and Templeton, Adly and Batson, Joshua and Chen, Brian and Jermyn, Adam and Conerly, Tom and Turner, Nicholas L and Anil, Cem and Denison, Carson and Askell, Amanda and Lasenby, Robert and Wu, Yifan and Kravec, Shauna and Schiefer, Nicholas and Maxwell, Tim an...

  2. [10]

    Huben, Robert and Cunningham, Hoagy and Smith, Logan Riggs and Ewart, Aidan and Sharkey, Lee , year =. Sparse. The

  3. [11]

    Taking features out of superposition with sparse autoencoders , url =

    Sharkey, Lee and Braun, Dan and Millidge, Beren , month = dec, year =. Taking features out of superposition with sparse autoencoders , url =

  4. [12]

    , editor =

    Makhzani, Alireza and Frey, Brendan J. , editor =. k-. 2nd

  5. [13]

    , month = jun, year =

    Pathak, Deepak and Krahenbuhl, Philipp and Donahue, Jeff and Darrell, Trevor and Efros, Alexei A. , month = jun, year =. Context. 2016. doi:10.1109/CVPR.2016.278 , urldate =

  6. [14]

    Extracting and composing robust features with denoising autoencoders , copyright =

    Vincent, Pascal and Larochelle, Hugo and Bengio, Yoshua and Manzagol, Pierre-Antoine , year =. Extracting and composing robust features with denoising autoencoders , copyright =. Proceedings of the 25th international conference on. doi:10.1145/1390156.1390294 , language =

  7. [15]

    He, Kaiming and Chen, Xinlei and Xie, Saining and Li, Yanghao and Dollar, Piotr and Girshick, Ross , month = jun, year =. Masked. 2022. doi:10.1109/CVPR52688.2022.01553 , urldate =

  8. [16]

    2013 , doi =

    Backpropagation , isbn =. 2013 , doi =

  9. [17]

    Applied Mathematics Letters , author =

    Turing computability with neural nets , volume =. Applied Mathematics Letters , author =. 1991 , pages =. doi:10.1016/0893-9659(91)90080-F , language =

  10. [18]

    Bahdanau, Dzmitry and Cho, Kyunghyun and Bengio, Yoshua , editor =. Neural. 3rd

  11. [19]

    NTU Graph Deep Learning Lab , author =

    Transformers are. NTU Graph Deep Learning Lab , author =

  12. [20]

    Dwivedi, Vijay Prakash and Bresson, Xavier , month = jan, year =. A

  13. [21]

    Dosovitskiy, Alexey and Beyer, Lucas and Kolesnikov, Alexander and Weissenborn, Dirk and Zhai, Xiaohua and Unterthiner, Thomas and Dehghani, Mostafa and Minderer, Matthias and Heigold, Georg and Gelly, Sylvain and Uszkoreit, Jakob and Houlsby, Neil , year =. An. 9th

  14. [22]

    Exploring convolutional neural network structures and optimization techniques for speech recognition , url =

    Abdel-Hamid, Ossama and Deng, Li and Yu, Dong , month = aug, year =. Exploring convolutional neural network structures and optimization techniques for speech recognition , url =. Interspeech 2013 , publisher =. doi:10.21437/Interspeech.2013-744 , language =

  15. [23]

    Applying

    Abdel-Hamid, Ossama and Mohamed, Abdel-rahman and Jiang, Hui and Penn, Gerald , month = mar, year =. Applying. 2012. doi:10.1109/ICASSP.2012.6288864 , urldate =

  16. [24]

    IEEE/ACM Transactions on Audio, Speech, and Language Processing , author =

    Convolutional. IEEE/ACM Transactions on Audio, Speech, and Language Processing , author =. 2014 , pages =. doi:10.1109/TASLP.2014.2339736 , number =

  17. [25]

    Learning multiple layers of features from tiny images , url =

    Krizhevsky, Alex , month = apr, year =. Learning multiple layers of features from tiny images , url =

  18. [26]

    2017 , pages =

    Communications of the ACM , author =. 2017 , pages =. doi:10.1145/3065386 , abstract =

  19. [27]

    , editor =

    Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E. , editor =. Advances in. 2012 , pages =

  20. [28]

    Proceedings of the IEEE , author =

    Gradient-based learning applied to document recognition , volume =. Proceedings of the IEEE , author =. 1998 , pages =. doi:10.1109/5.726791 , number =

  21. [29]

    Biological Cybernetics , author =

    Neocognitron:. Biological Cybernetics , author =. 1980 , pages =. doi:10.1007/BF00344251 , language =

  22. [30]

    Automatic

    Ketkar, Nikhil and Moolayil, Jojo , collaborator =. Automatic. Deep. 2021 , doi =

  23. [31]

    Automatic differentiation in pytorch , author =

  24. [32]

    Autograd:

    Maclaurin, Dougal and Duvenaud, David and Adams, Ryan P , year =. Autograd:

  25. [33]

    Principal

    Jolliffe, Ian , editor =. Principal. International. 2011 , doi =

  26. [34]

    2018 , pages =

    Genomics, Proteomics & Bioinformatics , author =. 2018 , pages =. doi:10.1016/j.gpb.2018.08.003 , abstract =

  27. [35]

    Cell , author =

    A. Cell , author =. 2017 , pages =. doi:10.1016/j.cell.2017.10.049 , language =

  28. [36]

    Zhou, Yingbo and Arpit, Devansh and Nwogu, Ifeoma and Govindaraju, Venu , year =. Is. doi:10.48550/ARXIV.1405.1380 , abstract =

  29. [37]

    CAAI Transactions on Intelligence Technology , author =

    A review on. CAAI Transactions on Intelligence Technology , author =. 2016 , pages =. doi:10.1016/j.trit.2016.11.004 , language =

  30. [38]

    Probabilistic. J. Mach. Learn. Res. , author =. 2005 , pages =

  31. [39]

    , editor =

    Lawrence, Neil D. , editor =. Gaussian. Advances in. 2003 , pages =

  32. [40]

    Frontiers in Genetics , author =

    Statistical methods for detecting differentially methylated loci and regions , volume =. Frontiers in Genetics , author =. doi:10.3389/fgene.2014.00324 , urldate =

  33. [41]

    Patterns , author =

    Latent representation learning in biology and translational medicine , volume =. Patterns , author =. 2021 , pages =. doi:10.1016/j.patter.2021.100198 , language =

  34. [42]

    Deep learning , isbn =

    Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron , year =. Deep learning , isbn =

  35. [43]

    Nature Biotechnology , author =

    Visualizing and interpreting cancer genomics data via the. Nature Biotechnology , author =. 2020 , pages =. doi:10.1038/s41587-020-0546-8 , language =

  36. [44]

    Cancer Discovery , author =

    The. Cancer Discovery , author =. 2012 , pages =. doi:10.1158/2159-8290.CD-12-0095 , abstract =

  37. [45]

    Nature Communications , author =

    Single-cell analysis reveals prognostic fibroblast subpopulations linked to molecular and immunological subtypes of lung cancer , volume =. Nature Communications , author =. 2023 , pages =. doi:10.1038/s41467-023-35832-6 , abstract =

  38. [46]

    Genes , author =

    From. Genes , author =. 2024 , pages =. doi:10.3390/genes15121551 , abstract =

  39. [47]

    Frontiers in Endocrinology , author =

    Overview of. Frontiers in Endocrinology , author =. 2018 , pages =. doi:10.3389/fendo.2018.00402 , urldate =

  40. [48]

    Avicenna Journal of Medical Biotechnology , author =

    The. Avicenna Journal of Medical Biotechnology , author =. 2010 , pmid =

  41. [49]

    Current Opinion in Chemical Biology , author =

    Mass spectrometry for proteomics , volume =. Current Opinion in Chemical Biology , author =. 2008 , pages =. doi:10.1016/j.cbpa.2008.07.024 , language =

  42. [50]

    Annual Review of Genomics and Human Genetics , author =

    Long-. Annual Review of Genomics and Human Genetics , author =. 2023 , pages =. doi:10.1146/annurev-genom-101722-103045 , abstract =

  43. [51]

    Nature , author =

    Mass spectrometry-based proteomics , volume =. Nature , author =. 2003 , pages =. doi:10.1038/nature01511 , language =

  44. [52]

    2020 , pages =

    Genomics, Proteomics & Bioinformatics , author =. 2020 , pages =. doi:10.1016/j.gpb.2019.11.008 , abstract =

  45. [53]

    Cancer Cell , author =

    Protein microarrays:. Cancer Cell , author =. 2003 , pages =. doi:10.1016/S1535-6108(03)00086-2 , language =

  46. [54]

    PROTEOMICS , author =

    Proteomic profiling of the cancer microenvironment by antibody arrays , volume =. PROTEOMICS , author =. 2001 , pages =. doi:10.1002/1615-9861(200110)1:10<1271::AID-PROT1271>3.0.CO;2-6 , language =

  47. [55]

    Molecular & Cellular Proteomics , author =

    Use of. Molecular & Cellular Proteomics , author =. 2005 , pages =. doi:10.1074/mcp.T500003-MCP200 , language =

  48. [56]

    2013 , pages =

    Nature Methods , author =. 2013 , pages =. doi:10.1038/nmeth.2650 , language =

  49. [57]

    Journal of Proteome Research , author =

    Protein. Journal of Proteome Research , author =. 2025 , pages =. doi:10.1021/acs.jproteome.4c00978 , language =

  50. [58]

    Nature Methods , author =

    Is single-molecule protein sequencing here yet? , volume =. Nature Methods , author =. 2025 , pages =. doi:10.1038/s41592-025-02767-3 , language =

  51. [59]

    Journal of Clinical Oncology , author =

    Supervised. Journal of Clinical Oncology , author =. 2009 , keywords =. doi:10.1200/JCO.2008.18.1370 , abstract =

  52. [60]

    2024 , pages =

    Annual Review of Genomics and Human Genetics , author =. 2024 , pages =. doi:10.1146/annurev-genom-021623-121812 , abstract =

  53. [61]

    Annual Review of Genetics , author =

    Transgenerational. Annual Review of Genetics , author =. 2018 , pages =. doi:10.1146/annurev-genet-120417-031404 , abstract =

  54. [62]

    2019 , pages =

    Annual Review of Biomedical Data Science , author =. 2019 , pages =. doi:10.1146/annurev-biodatasci-072018-021255 , abstract =

  55. [63]

    2021 , pages =

    Acta Naturae , author =. 2021 , pages =. doi:10.32607/actanaturae.11043 , abstract =

  56. [64]

    Nature , author =

    Capillary array electrophoresis: an approach to high-speed, high-throughput. Nature , author =. 1992 , pages =. doi:10.1038/359167a0 , language =

  57. [65]

    Nature , author =

    Fluorescence detection in automated. Nature , author =. 1986 , pages =. doi:10.1038/321674a0 , language =

  58. [66]

    1977 , pages =

    Proceedings of the National Academy of Sciences , author =. 1977 , pages =. doi:10.1073/pnas.74.12.5463 , abstract =

  59. [67]

    Proceedings of the National Academy of Sciences , author =

    Gene set enrichment analysis:. Proceedings of the National Academy of Sciences , author =. 2005 , pages =. doi:10.1073/pnas.0506580102 , abstract =

  60. [68]

    Nature Genetics , author =

    Gene. Nature Genetics , author =. 2000 , pages =. doi:10.1038/75556 , language =

  61. [69]

    Bioinformatics and Biology Insights , author =

    Multi-omics. Bioinformatics and Biology Insights , author =. 2020 , pages =. doi:10.1177/1177932219899051 , abstract =

  62. [70]

    GENETICS , author =

    The. GENETICS , author =. 2023 , pages =. doi:10.1093/genetics/iyad031 , abstract =

  63. [71]

    1953 , pages =

    Cold Spring Harbor Symposia on Quantitative Biology , author =. 1953 , pages =. doi:10.1101/SQB.1953.018.01.020 , language =

  64. [72]

    Annual Review of Analytical Chemistry , author =

    Next-. Annual Review of Analytical Chemistry , author =. 2013 , pages =. doi:10.1146/annurev-anchem-062012-092628 , abstract =

  65. [73]

    Biotechnology and Bioengineering , author =

    Biogenesis and mechanisms of. Biotechnology and Bioengineering , author =. 2022 , pages =. doi:10.1002/bit.28029 , abstract =

  66. [74]

    Journal of Human Genetics , author =

    Interpretation of omics data analyses , volume =. Journal of Human Genetics , author =. 2021 , pages =. doi:10.1038/s10038-020-0763-5 , abstract =

  67. [75]

    Briefings in Bioinformatics , author =

    Advances in bulk and single-cell multi-omics approaches for systems biology and precision medicine , copyright =. Briefings in Bioinformatics , author =. 2021 , pages =. doi:10.1093/bib/bbab024 , abstract =

  68. [76]

    Experimental Cell Research , author =

    An historical note on the cell theory , volume =. Experimental Cell Research , author =. 2018 , pages =. doi:10.1016/j.yexcr.2018.01.038 , language =

  69. [77]

    British Journal of Cancer , author =

    Involvement of the kynurenine pathway in breast cancer: updates on clinical research and trials , volume =. British Journal of Cancer , author =. 2023 , pages =. doi:10.1038/s41416-023-02245-7 , abstract =

  70. [78]

    International Immunopharmacology , author =

    Tryptophan metabolism regulates inflammatory macrophage polarization as a predictive factor for breast cancer immunotherapy , volume =. International Immunopharmacology , author =. 2023 , pages =. doi:10.1016/j.intimp.2023.111196 , language =

  71. [79]

    European Journal of Human Genetics , author =

    Overcoming barriers to single-cell. European Journal of Human Genetics , author =. 2024 , pages =. doi:10.1038/s41431-024-01564-4 , abstract =

  72. [80]

    doi:10.1101/2024.03.15.585255 , abstract =

    Li, Yutong and da Costa Avelar, Pedro Henrique and Chen, Xinyue and Zhang, Li and Wu, Min and Tsoka, Sophia , month = mar, year =. doi:10.1101/2024.03.15.585255 , abstract =

  73. [81]

    da Costa Avelar, Pedro Henrique and Wu, Min and Tsoka, Sophia , year =. Subset-

  74. [82]

    da Costa Avelar, Pedro Henrique and Min, Wu and Tsoka, Sophia , year =. Deep

  75. [83]

    , collaborator =

    Cooper, Geoffrey M. , collaborator =. The. The cell: a molecular approach , publisher =

  76. [84]

    , year =

    Cooper, Geoffrey M. , year =. The cell: a molecular approach , isbn =

  77. [85]

    2008 , doi =

    Molecular. 2008 , doi =

  78. [86]

    , editor =

    Allen, Timothy Craig and Cagle, Philip T. , editor =. Bioinformatics and. Molecular. 2008 , doi =

  79. [87]

    Karagiannaki, Ioulia and Pantazis, Yannis and Chatzaki, Ekaterini and Tsamardinos, Ioannis , editor =. Pathway. Discovery. 2020 , doi =

  80. [88]

    The bitter lesson , journal =

    Sutton, Richard , year =. The bitter lesson , journal =

  81. [89]

    SSRN Electronic Journal , author =

    Weekly. SSRN Electronic Journal , author =. doi:10.2139/ssrn.4151617 , language =

  82. [90]

    Incorporating

    da Costa Avelar, Pedro Henrique and Wu, Min and Tsoka, Sophia , month = jun, year =. Incorporating

  83. [91]

    da Costa Avelar, Pedro Henrique and Ou-Yang, Le and Wu, Min and Tsoka, Sophia , month = dec, year =. Pathway. 2024. doi:10.1109/BIBM62325.2024.10822388 , urldate =

  84. [92]

    da Costa Avelar, Pedro Henrique and Wu, Min and Tsoka, Sophia , month = apr, year =. Subset-. doi:10.48550/arXiv.2504.11321 , abstract =

  85. [93]

    A comparison of algorithms for maximum entropy parameter estimation , volume =

    Malouf, Robert , year =. A comparison of algorithms for maximum entropy parameter estimation , volume =. proceeding of the 6th conference on. doi:10.3115/1118853.1118871 , language =

  86. [94]

    and Grambsch, Patricia M

    Therneau, Terry M. and Grambsch, Patricia M. , editor =. Modeling. 2000 , doi =

  87. [95]

    Journal of Open Source Software , author =

    lifelines: survival analysis in. Journal of Open Source Software , author =. 2019 , pages =. doi:10.21105/joss.01317 , number =

  88. [96]

    and Lumley, Thomas and Elizabeth, Atkinson and Cynthia, Crowson , month = dec, year =

    Therneau, Terry M. and Lumley, Thomas and Elizabeth, Atkinson and Cynthia, Crowson , month = dec, year =. survival:

  89. [97]

    , month = dec, year =

    Schölkopf, Bernhard and Smola, Alexander J. , month = dec, year =. Learning with

  90. [98]

    Daumé, Hal , month = jan, year =. A

  91. [99]

    Machine learning: a constraint-based approach , isbn =

    Gori, Marco and Betti, Alessandro and Melacci, Stefano , year =. Machine learning: a constraint-based approach , isbn =

  92. [100]

    Molecular

    Alberts, Bruce and Johnson, Alexander and Lewis, Julian and Morgan, David and Raff, Martin and Roberts, Keith and Walter, Peter , editor =. Molecular. 2017 , doi =

  93. [101]

    and Norvig, Peter , year =

    Russell, Stuart J. and Norvig, Peter , year =. Artificial intelligence: a modern approach , isbn =

  94. [102]

    , year =

    Bishop, Christopher M. , year =. Pattern recognition and machine learning , isbn =

  95. [103]

    , volume =

    Toward pathway engineering : a new database of genetic and molecular pathways. , volume =. Sci. Technol. Jap. , author =. 1996 , pages =

  96. [104]

    2017 , pages =

    Nucleic Acids Research , author =. 2017 , pages =. doi:10.1093/nar/gkw1092 , language =

  97. [105]

    Bioinformatics , author =

    Molecular signatures database (. Bioinformatics , author =. 2011 , pages =. doi:10.1093/bioinformatics/btr260 , abstract =

  98. [106]

    Genome Biology , author =

    A survey of best practices for. Genome Biology , author =. 2016 , pages =. doi:10.1186/s13059-016-0881-8 , language =

  99. [107]

    Nature , author =

    Initial impact of the sequencing of the human genome , volume =. Nature , author =. 2011 , pages =. doi:10.1038/nature09792 , language =

  100. [108]

    Nature Reviews Genetics , author =

    Coming of age: ten years of next-generation sequencing technologies , volume =. Nature Reviews Genetics , author =. 2016 , pages =. doi:10.1038/nrg.2016.49 , language =

  101. [109]

    Patterns , author =

    Leakage and the reproducibility crisis in machine-learning-based science , volume =. Patterns , author =. 2023 , pages =. doi:10.1016/j.patter.2023.100804 , language =

  102. [110]

    Nature , author =

    Accurate predictions on small data with a tabular foundation model , volume =. Nature , author =. 2025 , pages =. doi:10.1038/s41586-024-08328-6 , abstract =

  103. [111]

    Hollmann, Noah and Müller, Samuel and Eggensperger, Katharina and Hutter, Frank , year =. The

  104. [112]

    Frontiers in Oncology , author =

    Global research trends in tryptophan metabolism and cancer: a bibliometric and visualization analysis (2005–2024) , volume =. Frontiers in Oncology , author =. 2025 , pages =. doi:10.3389/fonc.2025.1621666 , abstract =

  105. [113]

    Artificial Intelligence Review , author =

    A review on graph neural networks for predicting synergistic drug combinations , volume =. Artificial Intelligence Review , author =. 2024 , pages =. doi:10.1007/s10462-023-10669-z , abstract =

  106. [114]

    2025 , pages =

    IEEE Transactions on Computational Biology and Bioinformatics , author =. 2025 , pages =. doi:10.1109/TCBBIO.2024.3522512 , number =

  107. [115]

    2021 , pages =

    Advanced Science , author =. 2021 , pages =. doi:10.1002/advs.202102092 , abstract =

  108. [116]

    Jiang, Yuhang and Kavuluru, Ramakanth , month = jun, year =. End-to-. 2023. doi:10.1109/ICHI57859.2023.00021 , urldate =

  109. [117]

    PLOS Computational Biology , author =

    Predicting. PLOS Computational Biology , author =. 2015 , pages =. doi:10.1371/journal.pcbi.1004498 , language =

  110. [118]

    BMC Cancer , author =

    Improved anticancer drug response prediction in cell lines using matrix factorization with similarity regularization , volume =. BMC Cancer , author =. 2017 , pages =. doi:10.1186/s12885-017-3500-5 , language =

  111. [119]

    Bioinformatics , author =

    Learning with multiple pairwise kernels for drug bioactivity prediction , volume =. Bioinformatics , author =. 2018 , pages =. doi:10.1093/bioinformatics/bty277 , abstract =

  112. [120]

    PLOS Computational Biology , author =

    Drug combination sensitivity scoring facilitates the discovery of synergistic and efficacious drug combinations in cancer , volume =. PLOS Computational Biology , author =. 2019 , pages =. doi:10.1371/journal.pcbi.1006752 , language =

  113. [121]

    PLoS ONE , author =

    An. PLoS ONE , author =. 2014 , pages =. doi:10.1371/journal.pone.0101183 , language =

  114. [122]

    Scientific Reports , author =

    Harnessing machine learning to find synergistic combinations for. Scientific Reports , author =. 2024 , pages =. doi:10.1038/s41598-024-52814-w , abstract =

  115. [123]

    Frontiers in Pharmacology , author =

    Deep learning-based multi-drug synergy prediction model for individually tailored anti-cancer therapies , volume =. Frontiers in Pharmacology , author =. 2022 , pages =. doi:10.3389/fphar.2022.1032875 , abstract =

  116. [124]

    PLOS Computational Biology , author =

    A systematic evaluation of deep learning methods for the prediction of drug synergy in cancer , volume =. PLOS Computational Biology , author =. 2023 , pages =. doi:10.1371/journal.pcbi.1010200 , abstract =

  117. [125]

    Briefings in Bioinformatics , author =

    A survey and systematic assessment of computational methods for drug response prediction , volume =. Briefings in Bioinformatics , author =. 2021 , pages =. doi:10.1093/bib/bbz164 , abstract =

  118. [126]

    PeerJ Computer Science , author =

    Optimized models and deep learning methods for drug response prediction in cancer treatments: a review , volume =. PeerJ Computer Science , author =. 2024 , pages =. doi:10.7717/peerj-cs.1903 , abstract =

  119. [127]

    Journal of Chemical Information and Modeling , author =

    Multitask. Journal of Chemical Information and Modeling , author =. 2024 , pages =. doi:10.1021/acs.jcim.4c00643 , language =

  120. [128]

    PeerJ , author =

    Prediction of cancer cell line-specific synergistic drug combinations based on multi-omics data , volume =. PeerJ , author =. 2025 , pages =. doi:10.7717/peerj.19078 , abstract =

  121. [129]

    BMC Bioinformatics , author =

    Predicting tumor cell line response to drug pairs with deep learning , volume =. BMC Bioinformatics , author =. 2018 , pages =. doi:10.1186/s12859-018-2509-3 , language =

  122. [130]

    Wohlwend, Jeremy and Corso, Gabriele and Passaro, Saro and Getz, Noah and Reveiz, Mateo and Leidal, Ken and Swiderski, Wojtek and Atkinson, Liam and Portnoi, Tally and Chinn, Itamar and Silterra, Jacob and Jaakkola, Tommi and Barzilay, Regina , month = nov, year =. Boltz-1. do...

  123. [131]

    Nature , author =

    Biologically informed deep neural network for prostate cancer discovery , volume =. Nature , author =. 2021 , pages =. doi:10.1038/s41586-021-03922-4 , abstract =

  124. [132]

    Reusability report:

    Pedersen, Christian and Tesileanu, Tiberiu and Wu, Tinghui and Golkar, Siavash and Cranmer, Miles and Zhang, Zijun and Ho, Shirley , month = oct, year =. Reusability report:. doi:10.48550/arXiv.2309.16645 , abstract =

  125. [133]

    Artificial Intelligence in Medicine , author =

    Predicting drug activity against cancer through genomic profiles and. Artificial Intelligence in Medicine , author =. 2024 , pages =. doi:10.1016/j.artmed.2024.102820 , language =

  126. [134]

    Learning

    Radford, Alec and Kim, Jong Wook and Hallacy, Chris and Ramesh, Aditya and Goh, Gabriel and Agarwal, Sandhini and Sastry, Girish and Askell, Amanda and Mishkin, Pamela and Clark, Jack and Krueger, Gretchen and Sutskever, Ilya , editor =. Learning. Proceedings of the 38th. 2021...

  127. [135]

    Artificial Intelligence in Medicine , author =

    Large scale gene set ranking for survival-related gene sets , volume =. Artificial Intelligence in Medicine , author =. 2025 , pages =. doi:10.1016/j.artmed.2025.103149 , language =

  128. [136]

    Artificial Intelligence in Medicine , author =

    Learning the cellular activity representation based on gene regulatory networks for prediction of tumor response to drugs , volume =. Artificial Intelligence in Medicine , author =. 2024 , pages =. doi:10.1016/j.artmed.2024.102864 , language =

  129. [137]

    Nature Cancer , author =

    Moving pan-cancer studies from basic research toward the clinic , volume =. Nature Cancer , author =. 2021 , pages =. doi:10.1038/s43018-021-00250-4 , language =

  130. [138]

    2002 , pages =

    Journal of Artificial Intelligence Research , author =. 2002 , pages =. doi:10.1613/jair.953 , abstract =

  131. [139]

    , editor =

    Cristianini, Nello and Shawe-Taylor, John and Elisseeff, André and Kandola, Jaz S. , editor =. On. Advances in. 2001 , pages =

  132. [140]

    Journal of the Royal Statistical Society Series B: Statistical Methodology , author =

    Regression. Journal of the Royal Statistical Society Series B: Statistical Methodology , author =. 1972 , pages =. doi:10.1111/j.2517-6161.1972.tb00899.x , abstract =

  133. [141]

    and Raghavan, Prabhakar and Schütze, Hinrich , year =

    Manning, Christopher D. and Raghavan, Prabhakar and Schütze, Hinrich , year =. Introduction to information retrieval , isbn =

  134. [142]

    Grounding

    Ding, Frances and Denain, Jean-Stanislas and Steinhardt, Jacob , editor =. Grounding. Advances in. 2021 , pages =

  135. [143]

    Does. Trans. Mach. Learn. Res. , author =

  136. [144]

    Transactions on Machine Learning Research , author =

    How to train your. Transactions on Machine Learning Research , author =

  137. [145]

    1945 , pages =

    Biometrika , author =. 1945 , pages =. doi:10.1093/biomet/33.3.239 , language =

  138. [146]

    Computational

    Fan, Yannan and Xia, Jianguo , editor =. Computational. 2018 , doi =

  139. [147]

    , editor =

    Kornblith, Simon and Norouzi, Mohammad and Lee, Honglak and Hinton, Geoffrey E. , editor =. Similarity of. Proceedings of the 36th. 2019 , pages =

  140. [148]

    Shapley, L. S. , editor =. A. Contributions to the. 1953 , doi =

  141. [149]

    Applied Stochastic Models in Business and Industry , author =

    Analysis of regression in game theory approach , volume =. Applied Stochastic Models in Business and Industry , author =. 2001 , pages =. doi:10.1002/asmb.446 , abstract =

  142. [150]

    2020 , pages =

    Nucleic Acids Research , author =. 2020 , pages =. doi:10.1093/nar/gkaa467 , abstract =

  143. [151]

    2016 , pages =

    Nucleic Acids Research , author =. 2016 , pages =. doi:10.1093/nar/gkw288 , language =

  144. [152]

    Science , author =

    The biochemical basis of. Science , author =. 2019 , pages =. doi:10.1126/science.aav1741 , abstract =

  145. [153]

    2020 , pages =

    Nucleic Acids Research , author =. 2020 , pages =. doi:10.1093/nar/gkz757 , abstract =

  146. [154]

    Genome Biology , author =

    Prediction of functional. Genome Biology , author =. 2019 , pages =. doi:10.1186/s13059-019-1629-z , language =

  147. [155]

    Genome Biology , author =

    Knowledge-primed neural networks enable biologically interpretable deep learning on single-cell sequencing data , volume =. Genome Biology , author =. 2020 , pages =. doi:10.1186/s13059-020-02100-5 , abstract =

  148. [156]

    2021 , pages =

    Nature Communications , author =. 2021 , pages =. doi:10.1038/s41467-021-26017-0 , abstract =

  149. [157]

    Nature Reviews Genetics , author =

    Beyond the black box with biologically informed neural networks , volume =. Nature Reviews Genetics , author =. 2025 , pages =. doi:10.1038/s41576-025-00826-1 , language =

  150. [158]

    Proceedings of the National Academy of Sciences , author =

    Ether lipid generating enzyme. Proceedings of the National Academy of Sciences , author =. 2013 , pages =. doi:10.1073/pnas.1310894110 , abstract =

  151. [159]

    Annals of Translational Medicine , author =

    A systematic analysis of a potential metabolism-related prognostic signature for breast cancer patients , volume =. Annals of Translational Medicine , author =. 2021 , pages =. doi:10.21037/atm-20-7600 , number =

  152. [160]

    Molecular Oncology , author =

    Targeting chondroitin sulfate suppresses macropinocytosis of breast cancer cells by modulating syndecan‐1 expression , issn =. Molecular Oncology , author =. 2024 , pages =. doi:10.1002/1878-0261.13667 , abstract =

  153. [161]

    Frontiers in Cell and Developmental Biology , author =

    Novel. Frontiers in Cell and Developmental Biology , author =. 2021 , pages =. doi:10.3389/fcell.2021.709018 , abstract =

  154. [162]

    2011 , pages =

    Diagnostic Pathology , author =. 2011 , pages =. doi:10.1186/1746-1596-6-90 , abstract =

  155. [163]

    2020 , pages =

    Cancer Biology and Medicine , author =. 2020 , pages =. doi:10.20892/j.issn.2095-3941.2019.0284 , language =

  156. [164]

    The Oncologist , author =

    Triple-. The Oncologist , author =. 2011 , pages =. doi:10.1634/theoncologist.2011-S1-01 , abstract =

  157. [165]

    Nature Communications , author =

    Gene expression based inference of cancer drug sensitivity , volume =. Nature Communications , author =. 2022 , pages =. doi:10.1038/s41467-022-33291-z , abstract =

  158. [166]

    Bioinformatics , author =

    Subtype-. Bioinformatics , author =. 2024 , keywords =. doi:10.1093/bioinformatics/btae360 , abstract =

  159. [167]

    Transformer Circuits Thread , author =

    On the. Transformer Circuits Thread , author =

  160. [168]

    2025 , pages =

    Nucleic Acids Research , author =. 2025 , pages =. doi:10.1093/nar/gkae1310 , abstract =

  161. [169]

    2024 , pages =

    IEEE/ACM Transactions on Computational Biology and Bioinformatics , author =. 2024 , pages =. doi:10.1109/TCBB.2024.3459870 , number =

  162. [170]

    Computational and Structural Biotechnology Journal , author =

    A review on the applications of. Computational and Structural Biotechnology Journal , author =. 2025 , pages =. doi:10.1016/j.csbj.2025.03.024 , language =

  163. [171]

    Scientific Reports , author =

    Generative language models on nucleotide sequences of human genes , volume =. Scientific Reports , author =. 2024 , pages =. doi:10.1038/s41598-024-72512-x , abstract =

  164. [172]

    2025 , pages =

    Nucleic Acids Research , author =. 2025 , pages =. doi:10.1093/nar/gkae1072 , abstract =

  165. [173]

    Learning

    Ren, Yixin and Xia, Yewei and Zhang, Hao and Guan, Jihong and Zhou, Shuigeng , editor =. Learning. International. 2024 , pages =

  166. [174]

    Visible neural networks for multi-omics integration: a critical review , copyright =

    Selby, David Antony and Jakhmola, Rashika and Sprang, Maximilian and Grossmann, Gerrit and Raki, Hind and Maani, Niloofar and Pavliuk, Daria and Ewald, Jan and Vollmer, Sebastian J , month = dec, year =. Visible neural networks for multi-omics integration: a critical review , ...

  167. [175]

    and Huang, Kexin and Gao, Wenhao and Fu, Tianfan and Pentelute, Bradley L

    Velez-Arce, Alejandro and Lin, Xiang and Li, Michelle M. and Huang, Kexin and Gao, Wenhao and Fu, Tianfan and Pentelute, Bradley L. and Kellis, Manolis and Zitnik, Marinka , month = jun, year =. Signals in the. doi:10.1101/2024.06.12.598655 , abstract =

  168. [176]

    and Burkhardt, Daniel B

    Lance, Christopher and Lücken, Malte D. and Burkhardt, Daniel B. and Cannoodt, Robrecht and Rautenstrauch, Pia and Laddach, Anna and Ubingazhibov, Aidyn and Cao, Zhi-Jie and Deng, Kaiwen and Khan, Sumeer and Liu, Qiao and Russkikh, Nikolay and Ryazantsev, Gleb and Ohler, Uwe a...

  169. [177]

    and Bloom, Jonathan M

    Lücken, Malte and Burkhardt, Daniel and Cannoodt, Robrecht and Lance, Christopher and Agrawal, Aditi and Aliee, Hananeh and Chen, Ann and Deconinck, Louise and Detweiler, Angela and Granados, Alejandro and Huynh, Shelly and Isacco, Laura and Kim, Yang and Klein, Dominik and Ku...

  170. [178]

    BMC Bioinformatics , author =

    Robustness evaluations of pathway activity inference methods on gene expression data , volume =. BMC Bioinformatics , author =. 2024 , pages =. doi:10.1186/s12859-024-05632-w , abstract =

  171. [179]

    Acta Neuropathologica Communications , author =

    Unsupervised machine learning identifies distinct. Acta Neuropathologica Communications , author =. 2023 , pages =. doi:10.1186/s40478-023-01686-8 , abstract =

  172. [180]

    Annals of Translational Medicine , author =

    Toward precision medicine in amyotrophic lateral sclerosis , volume =. Annals of Translational Medicine , author =. 2016 , pmid =. doi:10.3978/j.issn.2305-5839.2016.01.16 , abstract =

  173. [181]

    Frontiers in Neuroscience , author =

    From. Frontiers in Neuroscience , author =. 2020 , pages =. doi:10.3389/fnins.2020.577755 , urldate =

  174. [182]

    doi:10.1101/2024.07.20.604416 , abstract =

    Weinreich, Marcel and McDonough, Harry and Yacovzada, Nancy and Magen, Iddo and Cohen, Yahel and Harvey, Calum and Gornall, Sarah and Boddy, Sarah and Alix, James and Mohseni, Nima and Kurz, Julian M and Kenna, Kevin P and Zhang, Sai and Iacoangeli, Alfredo and Al-Khleifat, Ah...

  175. [183]

    Bioinformatics , author =

    Computing linkage disequilibrium aware genome embeddings using autoencoders , volume =. Bioinformatics , author =. 2024 , pages =. doi:10.1093/bioinformatics/btae326 , abstract =

  176. [184]

    Nature Machine Intelligence , author =

    Predicting the prevalence of complex genetic diseases from individual genotype profiles using capsule networks , volume =. Nature Machine Intelligence , author =. 2023 , pages =. doi:10.1038/s42256-022-00604-2 , abstract =

  177. [185]

    Technology in Cancer Research & Treatment , author =

    Molecular. Technology in Cancer Research & Treatment , author =. 2006 , pages =. doi:10.1177/153303460600500302 , abstract =

  178. [186]

    Nature Reviews Cancer , author =

    The. Nature Reviews Cancer , author =. 2002 , pages =. doi:10.1038/nrc866 , language =

  179. [187]

    2002 , pages =

    Journal of Cellular Physiology , author =. 2002 , pages =. doi:10.1002/jcp.10077 , abstract =

  180. [188]

    Cancer Biology & Therapy , author =

    Dysregulation of sphingolipid metabolism in cancer , volume =. Cancer Biology & Therapy , author =. 2011 , pages =. doi:10.4161/cbt.11.2.14624 , language =

  181. [189]

    International Journal of Molecular Sciences , author =

    The. International Journal of Molecular Sciences , author =. 2023 , pages =. doi:10.3390/ijms24032107 , abstract =

  182. [190]

    Cell Cycle , author =

    Homologous repair deficiency-associated genes in invasive breast cancer revealed by. Cell Cycle , author =. 2023 , pages =. doi:10.1080/15384101.2023.2174339 , language =

  183. [191]

    Nature Machine Intelligence , author =

    Delineating the effective use of self-supervised learning in single-cell genomics , volume =. Nature Machine Intelligence , author =. 2024 , pages =. doi:10.1038/s42256-024-00934-3 , abstract =

  184. [192]

    OncoTargets and Therapy , author =

    Uncovering the role of p53 splice variants in human malignancy: a clinical perspective , copyright =. OncoTargets and Therapy , author =. 2013 , pages =. doi:10.2147/OTT.S53876 , language =

  185. [193]

    Algorithms for Molecular Biology , author =

    Module detection in complex networks using integer optimisation , volume =. Algorithms for Molecular Biology , author =. 2010 , pages =. doi:10.1186/1748-7188-5-36 , abstract =

  186. [194]

    JNCI Cancer Spectrum , author =

    Branched-. JNCI Cancer Spectrum , author =. 2021 , pages =. doi:10.1093/jncics/pkab059 , abstract =

  187. [195]

    Cheng, Jiabei and Li, Jiachen and Yang, Kaiyuan and Shen, Hongbin and Yuan, Ye , month = dec, year =. 2024. doi:10.1109/BIBM62325.2024.10822153 , urldate =

  188. [196]

    Advances in

    Ucar, Talip and Hajiramezanali, Ehsan and Edwards, Lindsay , editor =. Advances in. 2021 , pages =

  189. [197]

    Journal of Cheminformatics , author =

    Deep generative model for drug design from protein target sequence , volume =. Journal of Cheminformatics , author =. 2023 , pages =. doi:10.1186/s13321-023-00702-2 , abstract =

  190. [198]

    Briefings in Bioinformatics , author =

    Deep multi-view contrastive learning for cancer subtype identification , volume =. Briefings in Bioinformatics , author =. 2023 , pages =. doi:10.1093/bib/bbad282 , abstract =

  191. [199]

    Peng, Zhen and Huang, Wenbing and Luo, Minnan and Zheng, Qinghua and Rong, Yu and Xu, Tingyang and Huang, Junzhou , month = apr, year =. Graph. Proceedings of. doi:10.1145/3366423.3380112 , language =

  192. [200]

    2023 , pages =

    iScience , author =. 2023 , pages =. doi:10.1016/j.isci.2023.107378 , language =

  193. [201]

    Briefings in Bioinformatics , author =

    Subtype-. Briefings in Bioinformatics , author =. 2023 , pages =. doi:10.1093/bib/bbad025 , abstract =

  194. [202]

    Journal of Machine Learning Research , author =

    Visualizing. Journal of Machine Learning Research , author =. 2008 , pages =

  195. [203]

    and Ba, Jimmy , editor =

    Kingma, Diederik P. and Ba, Jimmy , editor =. Adam:. 3rd

  196. [204]

    Information

    Nguyen, Xuan Vinh and Epps, Julien and Bailey, James , year =. Information. doi:10.5555/1756006.1953024 , journal =

  197. [205]

    Journal of Classification , author =

    Comparing partitions , volume =. Journal of Classification , author =. 1985 , pages =. doi:10.1007/BF01908075 , language =

  198. [206]

    Scikit-learn:

    Pedregosa, Fabian and Varoquaux, Gaël and Gramfort, Alexandre and Michel, Vincent and Thirion, Bertrand and Grisel, Olivier and Blondel, Mathieu and Prettenhofer, Peter and Weiss, Ron and Dubourg, Vincent and VanderPlas, Jake and Passos, Alexandre and Cournapeau, David and Bru...

  199. [207]

    2018 , pages =

    Genome Biology , author =. 2018 , pages =. doi:10.1186/s13059-017-1382-0 , language =

  200. [208]

    lifelines, survival analysis in

    Davidson-Pilon, Cameron , month = oct, year =. lifelines, survival analysis in

  201. [209]

    Journal of Statistical Mechanics: Theory and Experiment , author =

    Fast unfolding of communities in large networks , volume =. Journal of Statistical Mechanics: Theory and Experiment , author =. 2008 , pages =. doi:10.1088/1742-5468/2008/10/P10008 , abstract =

  202. [210]

    Nature Biotechnology , author =

    The scverse project provides a computational ecosystem for single-cell omics data analysis , volume =. Nature Biotechnology , author =. 2023 , pages =. doi:10.1038/s41587-023-01733-8 , language =

  203. [211]

    Scvi-hub: an actionable repository for model-driven single cell analysis , shorttitle =

    Ergen, Can and Pour Amiri, Valeh Valiollah and Kim, Martin and Streets, Aaron and Gayoso, Adam and Yosef, Nir , month = mar, year =. Scvi-hub: an actionable repository for model-driven single cell analysis , shorttitle =. doi:10.1101/2024.03.01.582887 , abstract =

  204. [212]

    Nature Biotechnology , author =

    A. Nature Biotechnology , author =. 2022 , keywords =. doi:10.1038/s41587-021-01206-w , language =

  205. [213]

    Neural Networks , author =

    Multilayer feedforward networks are universal approximators , volume =. Neural Networks , author =. 1989 , pages =. doi:10.1016/0893-6080(89)90020-8 , language =

  206. [214]

    2020 , pages =

    BMC Bioinformatics , author =. 2020 , pages =. doi:10.1186/s12859-020-3516-8 , abstract =

  207. [215]

    Brody, Shaked and Alon, Uri and Yahav, Eran , year =. How. The

  208. [216]

    Fey, Matthias and Lenssen, Jan Eric , month = may, year =. Fast. Representation

  209. [217]

    and Liò, Pietro and Bengio, Yoshua and Hjelm, R

    Velickovic, Petar and Fedus, William and Hamilton, William L. and Liò, Pietro and Bengio, Yoshua and Hjelm, R. Devon , year =. Deep. 7th

  210. [218]

    , editor =

    Ngiam, Jiquan and Khosla, Aditya and Kim, Mingyu and Nam, Juhan and Lee, Honglak and Ng, Andrew Y. , editor =. Multimodal. Proceedings of the 28th. 2011 , pages =

  211. [219]

    Deep multimodal fusion for persuasiveness prediction , isbn =

    Nojavanasghari, Behnaz and Gopinath, Deepak and Koushik, Jayanth and Baltrušaitis, Tadas and Morency, Louis-Philippe , month = oct, year =. Deep multimodal fusion for persuasiveness prediction , isbn =. Proceedings of the 18th. doi:10.1145/2993148.2993176 , language =

  212. [220]

    Learning

    Tsai, Yao-Hung Hubert and Liang, Paul Pu and Zadeh, Amir and Morency, Louis-Philippe and Salakhutdinov, Ruslan , year =. Learning. 7th

  213. [221]

    Neural Computation , author =

    Training. Neural Computation , author =. 2002 , pages =. doi:10.1162/089976602760128018 , abstract =

  214. [222]

    , editor =

    Wu, Mike and Goodman, Noah D. , editor =. Multimodal. Advances in. 2018 , pages =

  215. [223]

    and Fischer, Ian and Dillon, Joshua V

    Alemi, Alexander A. and Fischer, Ian and Dillon, Joshua V. and Murphy, Kevin , year =. Deep. 5th

  216. [224]

    Nature Communications , author =

    Integrating and formatting biomedical data as pre-calculated knowledge graph embeddings in the. Nature Communications , author =. 2022 , keywords =. doi:10.1038/s41467-022-33026-0 , abstract =

  217. [225]

    Nature , author =

    Functional cartography of complex metabolic networks , volume =. Nature , author =. 2005 , pages =. doi:10.1038/nature03288 , language =

  218. [226]

    Nature , author =

    Spatial epigenome–transcriptome co-profiling of mammalian tissues , volume =. Nature , author =. 2023 , pages =. doi:10.1038/s41586-023-05795-1 , abstract =

  219. [227]

    Nature Reviews Molecular Cell Biology , author =

    The technological landscape and applications of single-cell multi-omics , volume =. Nature Reviews Molecular Cell Biology , author =. 2023 , pages =. doi:10.1038/s41580-023-00615-w , language =

  220. [228]

    and Urban, Martin and Hammond-Kosack, Kim and Rawlings, Chris and Saqi, Mansoor and Tsoka, Sophia , editor =

    Bennett, Laura and Lysenko, Artem and Papageorgiou, Lazaros G. and Urban, Martin and Hammond-Kosack, Kim and Rawlings, Chris and Saqi, Mansoor and Tsoka, Sophia , editor =. Detection of. Computational. 2012 , doi =

  221. [229]

    Nature Methods , author =

    Simultaneous epitope and transcriptome measurement in single cells , volume =. Nature Methods , author =. 2017 , pages =. doi:10.1038/nmeth.4380 , language =

  222. [230]

    Bioinformatics , author =

    Subtype-. Bioinformatics , author =. 2021 , pages =. doi:10.1093/bioinformatics/btab109 , abstract =

  223. [231]

    Proceedings of the 31st

    Wang, Yili and Zhou, Kaixiong and Miao, Rui and Liu, Ninghao and Wang, Xin , month = oct, year =. Proceedings of the 31st. doi:10.1145/3511808.3557228 , language =

  224. [232]

    Jiao, Yizhu and Xiong, Yun and Zhang, Jiawei and Zhang, Yao and Zhang, Tianqi and Zhu, Yangyong , month = nov, year =. Sub-. 2020. doi:10.1109/ICDM50108.2020.00031 , urldate =

  225. [233]

    Neural Processing Letters , author =

    Learning. Neural Processing Letters , author =. 2024 , pages =. doi:10.1007/s11063-024-11598-w , abstract =

  226. [234]

    Neural Processing Letters , author =

    Graph. Neural Processing Letters , author =. 2023 , pages =. doi:10.1007/s11063-023-11346-6 , language =

  227. [235]

    Exploring

    Fenu, Gianni and Galici, Roberta and Marras, Mirko and Reforgiato, Diego , month = jun, year =. Exploring. Adjunct. doi:10.1145/3631700.3665227 , language =

  228. [236]

    Bioinformatics , author =

    Deep single-cell. Bioinformatics , author =. 2023 , pages =. doi:10.1093/bioinformatics/btad342 , abstract =

  229. [237]

    Contrastive and

    Wang, Jing and Feng, Songhe , month = aug, year =. Contrastive and. Proceedings of the. doi:10.24963/ijcai.2024/559 , abstract =

  230. [238]

    2024 , pages =

    Proceedings of the AAAI Conference on Artificial Intelligence , author =. 2024 , pages =. doi:10.1609/aaai.v38i14.29478 , abstract =

  231. [239]

    Probabilistic

    Li, Junjie and Zhang, Yixin and Wang, Zilei and Hou, Saihui and Tu, Keyu and Zhang, Man , month = aug, year =. Probabilistic. Proceedings of the. doi:10.24963/ijcai.2024/111 , abstract =

  232. [240]

    Augmentation-

    Lee, Namkyeong and Lee, Junseok and Park, Chanyoung , year =. Augmentation-. doi:10.1609/AAAI.V36I7.20700 , booktitle =

  233. [241]

    , month = oct, year =

    Zhuang, Haojie and Emma Zhang, Wei and Yang, Jian and Chen, Weitong and Sheng, Quan Z. , month = oct, year =. Not. Proceedings of the 33rd. doi:10.1145/3627673.3679745 , language =

  234. [242]

    Sobal, Vlad and Ibrahim, Mark and Balestriero, Randall and Cabannes, Vivien and Bouchacourt, Diane and Astolfi, Pietro and Cho, Kyunghyun and LeCun, Yann , month = sep, year =. \

  235. [243]

    npj Systems Biology and Applications , author =

    Gene regulatory network reconstruction: harnessing the power of single-cell multi-omic data , volume =. npj Systems Biology and Applications , author =. 2023 , note =. doi:10.1038/s41540-023-00312-6 , abstract =

  236. [244]

    Nature Reviews Genetics , author =

    Best practices for single-cell analysis across modalities , volume =. Nature Reviews Genetics , author =. 2023 , note =. doi:10.1038/s41576-023-00586-w , language =

  237. [245]

    IEEE Transactions on Knowledge and Data Engineering , author =

    Graph. IEEE Transactions on Knowledge and Data Engineering , author =. 2022 , pages =. doi:10.1109/TKDE.2022.3172903 , urldate =

  238. [246]

    Ju, Wei and Yi, Siyu and Wang, Yifan and Long, Qingqing and Luo, Junyu and Xiao, Zhiping and Zhang, Ming , month = jun, year =. A

  239. [247]

    Ju, Wei and Wang, Yifan and Qin, Yifang and Mao, Zhengyang and Xiao, Zhiping and Luo, Junyu and Yang, Junwei and Gu, Yiyang and Wang, Dongjie and Long, Qingqing and Yi, Siyu and Luo, Xiao and Zhang, Ming , month = may, year =. Towards

  240. [248]

    johnma2006/mamba-minimal , copyright =

    Ma, John (Zhiyao) , month = aug, year =. johnma2006/mamba-minimal , copyright =

  241. [249]

    TL, Alexandre , month = aug, year =

  242. [250]

    Briefings in Bioinformatics , author =

    Recent advances in network-based methods for disease gene prediction , volume =. Briefings in Bioinformatics , author =. 2021 , pages =. doi:10.1093/bib/bbaa303 , abstract =

  243. [251]

    2024 , pages =

    International Journal of Molecular Sciences , author =. 2024 , pages =. doi:10.3390/ijms25115976 , abstract =

  244. [252]

    Nature Communications , author =

    Spatially informed clustering, integration, and deconvolution of spatial transcriptomics with. Nature Communications , author =. 2023 , keywords =. doi:10.1038/s41467-023-36796-3 , abstract =

  245. [253]

    kybinn , month = jun, year =. kybinn/

  246. [254]

    2024 , note =

    theislab/multigrate , copyright =. 2024 , note =

  247. [255]

    Nature Medicine , author =

    Broad immune activation underlies shared set point signatures for vaccine responsiveness in healthy individuals and disease activity in patients with lupus , volume =. Nature Medicine , author =. 2020 , pages =. doi:10.1038/s41591-020-0769-8 , language =

  248. [256]

    JackieHanLab , month = aug, year =

  249. [257]

    Healthcare, Tencent AI Lab , month = aug, year =

  250. [258]

    2024 , note =

    bowang-lab/. 2024 , note =

  251. [259]

    Bunnybeibei/

    Cheng, Jiabei , month = jul, year =. Bunnybeibei/

  252. [260]

    hzauzqy/

    hzauzqy , month = aug, year =. hzauzqy/

  253. [261]

    2024 , pages =

    Bioinformatics , author =. 2024 , pages =. doi:10.1093/bioinformatics/btae189 , abstract =

  254. [263]

    Lee, Changhee and Schaar, Mihaela van der , editor =. A. The 24th. 2021 , pages =

  255. [264]

    International

    Zhao, Jiawei and Zhang, Zhenyu and Chen, Beidi and Wang, Zhangyang and Anandkumar, Anima and Tian, Yuandong , year =. International

  256. [265]

    , month = jul, year =

    Lotfollahi, Mohammad and Litinetskaya, Anastasia and Theis, Fabian J. , month = jul, year =. Multigrate: single-cell multi-omic data integration , shorttitle =. The 2021. doi:10.1101/2022.03.16.484643 , abstract =

  257. [266]

    Nature Communications , author =

    Knowledge graph-based recommendation framework identifies drivers of resistance in. Nature Communications , author =. 2022 , pages =. doi:10.1038/s41467-022-29292-7 , abstract =

  258. [267]

    2022 , pages =

    Proceedings of the AAAI Conference on Artificial Intelligence , author =. 2022 , pages =. doi:10.1609/aaai.v36i4.20392 , abstract =

  259. [268]

    Briefings in Bioinformatics , author =

    Effective multi-modal clustering method via skip aggregation network for parallel. Briefings in Bioinformatics , author =. 2024 , keywords =. doi:10.1093/bib/bbae102 , abstract =

  260. [269]

    Nature Communications , author =

    Clustering of single-cell multi-omics data with a multimodal deep learning method , volume =. Nature Communications , author =. 2022 , keywords =. doi:10.1038/s41467-022-35031-9 , abstract =

  261. [270]

    Cell Reports Methods , author =

    Tracing unknown tumor origins with a biological-pathway-based transformer model , volume =. Cell Reports Methods , author =. 2024 , pages =. doi:10.1016/j.crmeth.2024.100797 , language =

  262. [271]

    Genome Biology , author =

    Normalization and variance stabilization of single-cell. Genome Biology , author =. 2019 , pages =. doi:10.1186/s13059-019-1874-1 , abstract =

  263. [272]

    Algorithmic Simplicity , month = feb, year =. Why

  264. [273]

    Cross-modal

    Cheng, Jia-Bei and Pan, Xiaoyong and Yang, Kaiyuan and Cao, Shenghao and Liu, Bin and Yan, Qingran and Yuan, Ye , month = nov, year =. Cross-modal. doi:10.1101/2023.11.11.566725 , abstract =

  265. [274]

    Role-based

    Zhang, Hegui and Kou, Gang , editor =. Role-based. International. 2022 , pages =

  266. [275]

    Bioinformatics , author =

    Adversarial deconfounding autoencoder for learning robust gene expression embeddings , volume =. Bioinformatics , author =. 2020 , pages =. doi:10.1093/bioinformatics/btaa796 , abstract =

  267. [276]

    Network science , isbn =

    Barabási, Albert-László and Pósfai, Márton , year =. Network science , isbn =

  268. [277]

    Translating

    Bordes, Antoine and Usunier, Nicolas and García-Durán, Alberto and Weston, Jason and Yakhnenko, Oksana , editor =. Translating. Advances in. 2013 , pages =

  269. [278]

    IEEE Transactions on Knowledge and Data Engineering , author =

    Knowledge. IEEE Transactions on Knowledge and Data Engineering , author =. 2017 , pages =. doi:10.1109/TKDE.2017.2754499 , number =

  270. [279]

    IEEE Transactions on Knowledge and Data Engineering , author =

    A. IEEE Transactions on Knowledge and Data Engineering , author =. 2019 , pages =. doi:10.1109/TKDE.2018.2849727 , number =

  271. [280]

    Knowledge-Based Systems , author =

    Graph embedding techniques, applications, and performance:. Knowledge-Based Systems , author =. 2018 , pages =. doi:10.1016/j.knosys.2018.03.022 , language =

  272. [281]

    Electronics , author =

    A. Electronics , author =. 2020 , pages =. doi:10.3390/electronics9050750 , abstract =

  273. [282]

    Yan, Qi and Fan, Jiaxin and Li, Mohan and Qu, Guanqun and Xiao, Yang , month = jul, year =. A. 2022 7th. doi:10.1109/DSC55868.2022.00086 , urldate =

  274. [283]

    Zhou, Gengmo and Gao, Zhifeng and Ding, Qiankun and Zheng, Hang and Xu, Hongteng and Wei, Zhewei and Zhang, Linfeng and Ke, Guolin , year =. Uni-. The

  275. [284]

    doi:10.48550/ARXIV.2310.06367 , journal =

    Gao, Bowen and Qiang, Bo and Tan, Haichuan and Ren, Minsi and Jia, Yinjun and Lu, Minsi and Liu, Jingjing and Ma, Wei-Ying and Lan, Yanyan , year =. doi:10.48550/ARXIV.2310.06367 , journal =

  276. [285]

    Nature Methods , author =

    Joint probabilistic modeling of single-cell multi-omic data with. Nature Methods , author =. 2021 , pages =. doi:10.1038/s41592-020-01050-x , language =

  277. [286]

    2020 , pages =

    Genome Biology , author =. 2020 , pages =. doi:10.1186/s13059-020-02015-1 , abstract =

  278. [287]

    Cell , author =

    Integrated analysis of multimodal single-cell data , volume =. Cell , author =. 2021 , pages =. doi:10.1016/j.cell.2021.04.048 , language =

  279. [288]

    ACM Transactions on Knowledge Discovery from Data , author =

    Multi-. ACM Transactions on Knowledge Discovery from Data , author =. 2021 , pages =. doi:10.1145/3441450 , abstract =

  280. [289]

    2022 , pages =

    Briefings in Bioinformatics , author =. 2022 , pages =. doi:10.1093/bib/bbab508 , abstract =

  281. [290]

    Nature , author =

    A metabolic function of. Nature , author =. 2018 , pages =. doi:10.1038/nature25171 , language =

  282. [291]

    Nature Cancer , author =

    Pathway-based classification of glioblastoma uncovers a mitochondrial subtype with therapeutic vulnerabilities , volume =. Nature Cancer , author =. 2021 , pages =. doi:10.1038/s43018-020-00159-4 , language =

  283. [292]

    BMC Bioinformatics , author =

    Identifying dysregulated pathways in cancers from pathway interaction networks , volume =. BMC Bioinformatics , author =. 2012 , pages =. doi:10.1186/1471-2105-13-126 , abstract =

  284. [293]

    Nature , author =

    Oncogenic pathway signatures in human cancers as a guide to targeted therapies , volume =. Nature , author =. 2006 , pages =. doi:10.1038/nature04296 , language =

  285. [294]

    Proceedings of the National Academy of Sciences , author =

    Pathway-based personalized analysis of cancer , volume =. Proceedings of the National Academy of Sciences , author =. 2013 , pages =. doi:10.1073/pnas.1219651110 , abstract =

  286. [295]

    Journal of Personalized Medicine , author =

    Prediction of. Journal of Personalized Medicine , author =. 2024 , pages =. doi:10.3390/jpm14040410 , abstract =

  287. [296]

    and Lee, Su-In , editor =

    Lundberg, Scott M. and Lee, Su-In , editor =. A. Advances in. 2017 , pages =

  288. [297]

    Ribeiro, Marco Tulio and Singh, Sameer and Guestrin, Carlos , month = aug, year =. ". Proceedings of the 22nd. doi:10.1145/2939672.2939778 , language =

  289. [298]

    and Cogswell, Michael and Das, Abhishek and Vedantam, Ramakrishna and Parikh, Devi and Batra, Dhruv , month = oct, year =

    Selvaraju, Ramprasaath R. and Cogswell, Michael and Das, Abhishek and Vedantam, Ramakrishna and Parikh, Devi and Batra, Dhruv , month = oct, year =. Grad-. 2017. doi:10.1109/ICCV.2017.74 , urldate =

  290. [299]

    Learning

    Shrikumar, Avanti and Greenside, Peyton and Kundaje, Anshul , editor =. Learning. Proceedings of the 34th. 2017 , pages =

  291. [300]

    Title to be done , author =

Pith tools

Reviewed July 7, 2026 · model on record in the stance chip above.