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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- §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.
- §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.
- §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.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)
- Abstract: 'use linear models that may overlook complex interactions' — the phrase 'use' should be 'using' for grammatical consistency.
- §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.
- §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.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.
- 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.
- §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).
- 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.
- 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.
- §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.
- 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
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
-
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
-
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
-
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
-
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
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
free parameters (9)
- Pathway encoder hidden layer sizes =
[32] or [32,16]
- Latent space dimensionality =
64
- Dropout rate on pathway activity layer =
0.0 to 0.9 in repeatability study; 0.5 for main models
- Learning rate =
1e-4
- Number of training epochs =
1024
- L2 regularization for survival models =
0.001
- Variance threshold for survival features =
0.01
- Survival time window =
1825 days (5 years)
- Number of top pathways selected per subtype =
5
assumptions (5)
- domain assumption Biological pathway gene sets (KEGG, Hallmark) accurately represent underlying biological processes
- domain assumption Reconstruction of the full molecular input is a suitable objective for learning meaningful pathway activity scores
- domain assumption CpG-to-gene mapping from Illumina 450K annotation correctly associates methylation sites with their regulating genes
- domain assumption miRTarBase experimentally validated miRNA-target interactions are comprehensive enough for pathway mapping
- domain assumption PAM50 subtypes derived from gene expression are the correct classification target for multi-omics integration
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 from the paper (20 more)
Reference graph
Works this paper leans on
-
[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]
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]
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]
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]
Tian, Yonglong and Sun, Chen and Poole, Ben and Krishnan, Dilip and Schmid, Cordelia and Isola, Phillip , editor =. What. Advances in
-
[6]
A comprehensive survey on contrastive learning , volume =. Neurocomputing , author =. 2024 , pages =. doi:10.1016/j.neucom.2024.128645 , language =
-
[7]
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]
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
-
[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...
-
[10]
Huben, Robert and Cunningham, Hoagy and Smith, Logan Riggs and Ewart, Aidan and Sharkey, Lee , year =. Sparse. The
-
[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 =
-
[12]
, editor =
Makhzani, Alireza and Frey, Brendan J. , editor =. k-. 2nd
-
[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 =
2016 doi
-
[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 =
-
[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 =
2022 doi
-
[16]
2013 , doi =
Backpropagation , isbn =. 2013 , doi =
2013
-
[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 =
1991 doi
-
[18]
Bahdanau, Dzmitry and Cho, Kyunghyun and Bengio, Yoshua , editor =. Neural. 3rd
-
[19]
NTU Graph Deep Learning Lab , author =
Transformers are. NTU Graph Deep Learning Lab , author =
-
[20]
Dwivedi, Vijay Prakash and Bresson, Xavier , month = jan, year =. A
-
[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
-
[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 =
2013 doi
-
[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 =
2012 doi
-
[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 =
2014 doi
-
[25]
Learning multiple layers of features from tiny images , url =
Krizhevsky, Alex , month = apr, year =. Learning multiple layers of features from tiny images , url =
-
[26]
2017 , pages =
Communications of the ACM , author =. 2017 , pages =. doi:10.1145/3065386 , abstract =
2017 doi
-
[27]
, editor =
Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E. , editor =. Advances in. 2012 , pages =
2012
-
[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 =
1998 doi
-
[29]
Biological Cybernetics , author =
Neocognitron:. Biological Cybernetics , author =. 1980 , pages =. doi:10.1007/BF00344251 , language =
1980 doi
-
[30]
Automatic
Ketkar, Nikhil and Moolayil, Jojo , collaborator =. Automatic. Deep. 2021 , doi =
2021
-
[31]
Automatic differentiation in pytorch , author =
-
[32]
Autograd:
Maclaurin, Dougal and Duvenaud, David and Adams, Ryan P , year =. Autograd:
-
[33]
Principal
Jolliffe, Ian , editor =. Principal. International. 2011 , doi =
2011
-
[34]
2018 , pages =
Genomics, Proteomics & Bioinformatics , author =. 2018 , pages =. doi:10.1016/j.gpb.2018.08.003 , abstract =
2018 doi
-
[35]
Cell , author =
A. Cell , author =. 2017 , pages =. doi:10.1016/j.cell.2017.10.049 , language =
2017 doi
- [36]
-
[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 =
2016 doi
-
[38]
Probabilistic. J. Mach. Learn. Res. , author =. 2005 , pages =
2005
-
[39]
, editor =
Lawrence, Neil D. , editor =. Gaussian. Advances in. 2003 , pages =
2003
-
[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 =
2014 doi
-
[41]
Patterns , author =
Latent representation learning in biology and translational medicine , volume =. Patterns , author =. 2021 , pages =. doi:10.1016/j.patter.2021.100198 , language =
2021 doi
-
[42]
Deep learning , isbn =
Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron , year =. Deep learning , isbn =
-
[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 =
2020 doi
-
[44]
Cancer Discovery , author =
The. Cancer Discovery , author =. 2012 , pages =. doi:10.1158/2159-8290.CD-12-0095 , abstract =
2012 doi
-
[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 =
2023 doi
-
[46]
Genes , author =
From. Genes , author =. 2024 , pages =. doi:10.3390/genes15121551 , abstract =
2024 doi
-
[47]
Frontiers in Endocrinology , author =
Overview of. Frontiers in Endocrinology , author =. 2018 , pages =. doi:10.3389/fendo.2018.00402 , urldate =
2018 doi
-
[48]
Avicenna Journal of Medical Biotechnology , author =
The. Avicenna Journal of Medical Biotechnology , author =. 2010 , pmid =
2010
-
[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 =
2008 doi
-
[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 =
2023 doi
-
[51]
Nature , author =
Mass spectrometry-based proteomics , volume =. Nature , author =. 2003 , pages =. doi:10.1038/nature01511 , language =
2003 doi
-
[52]
2020 , pages =
Genomics, Proteomics & Bioinformatics , author =. 2020 , pages =. doi:10.1016/j.gpb.2019.11.008 , abstract =
2020 doi
-
[53]
Cancer Cell , author =
Protein microarrays:. Cancer Cell , author =. 2003 , pages =. doi:10.1016/S1535-6108(03)00086-2 , language =
2003 doi
-
[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 =
2001 doi
-
[55]
Molecular & Cellular Proteomics , author =
Use of. Molecular & Cellular Proteomics , author =. 2005 , pages =. doi:10.1074/mcp.T500003-MCP200 , language =
2005 doi
-
[56]
2013 , pages =
Nature Methods , author =. 2013 , pages =. doi:10.1038/nmeth.2650 , language =
2013 doi
-
[57]
Journal of Proteome Research , author =
Protein. Journal of Proteome Research , author =. 2025 , pages =. doi:10.1021/acs.jproteome.4c00978 , language =
2025 doi
-
[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 =
2025 doi
-
[59]
Journal of Clinical Oncology , author =
Supervised. Journal of Clinical Oncology , author =. 2009 , keywords =. doi:10.1200/JCO.2008.18.1370 , abstract =
2009 doi
-
[60]
2024 , pages =
Annual Review of Genomics and Human Genetics , author =. 2024 , pages =. doi:10.1146/annurev-genom-021623-121812 , abstract =
2024 doi
-
[61]
Annual Review of Genetics , author =
Transgenerational. Annual Review of Genetics , author =. 2018 , pages =. doi:10.1146/annurev-genet-120417-031404 , abstract =
2018 doi
-
[62]
2019 , pages =
Annual Review of Biomedical Data Science , author =. 2019 , pages =. doi:10.1146/annurev-biodatasci-072018-021255 , abstract =
2019 doi
-
[63]
2021 , pages =
Acta Naturae , author =. 2021 , pages =. doi:10.32607/actanaturae.11043 , abstract =
2021 doi
-
[64]
Nature , author =
Capillary array electrophoresis: an approach to high-speed, high-throughput. Nature , author =. 1992 , pages =. doi:10.1038/359167a0 , language =
1992 doi
-
[65]
Nature , author =
Fluorescence detection in automated. Nature , author =. 1986 , pages =. doi:10.1038/321674a0 , language =
1986 doi
-
[66]
1977 , pages =
Proceedings of the National Academy of Sciences , author =. 1977 , pages =. doi:10.1073/pnas.74.12.5463 , abstract =
1977 doi
-
[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 =
2005 doi
-
[68]
Nature Genetics , author =
Gene. Nature Genetics , author =. 2000 , pages =. doi:10.1038/75556 , language =
2000 doi
-
[69]
Bioinformatics and Biology Insights , author =
Multi-omics. Bioinformatics and Biology Insights , author =. 2020 , pages =. doi:10.1177/1177932219899051 , abstract =
2020 doi
-
[70]
GENETICS , author =
The. GENETICS , author =. 2023 , pages =. doi:10.1093/genetics/iyad031 , abstract =
2023 doi
-
[71]
1953 , pages =
Cold Spring Harbor Symposia on Quantitative Biology , author =. 1953 , pages =. doi:10.1101/SQB.1953.018.01.020 , language =
1953 doi
-
[72]
Annual Review of Analytical Chemistry , author =
Next-. Annual Review of Analytical Chemistry , author =. 2013 , pages =. doi:10.1146/annurev-anchem-062012-092628 , abstract =
2013 doi
-
[73]
Biotechnology and Bioengineering , author =
Biogenesis and mechanisms of. Biotechnology and Bioengineering , author =. 2022 , pages =. doi:10.1002/bit.28029 , abstract =
2022 doi
-
[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 =
2021 doi
-
[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 =
2021 doi
-
[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 =
2018 doi
-
[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 =
2023 doi
-
[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 =
2023 doi
-
[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 =
2024 doi
-
[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 =
2024 doi
-
[81]
da Costa Avelar, Pedro Henrique and Wu, Min and Tsoka, Sophia , year =. Subset-
-
[82]
da Costa Avelar, Pedro Henrique and Min, Wu and Tsoka, Sophia , year =. Deep
-
[83]
, collaborator =
Cooper, Geoffrey M. , collaborator =. The. The cell: a molecular approach , publisher =
-
[84]
, year =
Cooper, Geoffrey M. , year =. The cell: a molecular approach , isbn =
-
[85]
2008 , doi =
Molecular. 2008 , doi =
2008
-
[86]
, editor =
Allen, Timothy Craig and Cagle, Philip T. , editor =. Bioinformatics and. Molecular. 2008 , doi =
2008
-
[87]
Karagiannaki, Ioulia and Pantazis, Yannis and Chatzaki, Ekaterini and Tsamardinos, Ioannis , editor =. Pathway. Discovery. 2020 , doi =
2020
-
[88]
The bitter lesson , journal =
Sutton, Richard , year =. The bitter lesson , journal =
-
[89]
SSRN Electronic Journal , author =
Weekly. SSRN Electronic Journal , author =. doi:10.2139/ssrn.4151617 , language =
-
[90]
Incorporating
da Costa Avelar, Pedro Henrique and Wu, Min and Tsoka, Sophia , month = jun, year =. Incorporating
-
[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 =
2024 doi
- [92]
-
[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 =
-
[94]
and Grambsch, Patricia M
Therneau, Terry M. and Grambsch, Patricia M. , editor =. Modeling. 2000 , doi =
2000
-
[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 =
2019 doi
-
[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:
-
[97]
, month = dec, year =
Schölkopf, Bernhard and Smola, Alexander J. , month = dec, year =. Learning with
-
[98]
Daumé, Hal , month = jan, year =. A
-
[99]
Machine learning: a constraint-based approach , isbn =
Gori, Marco and Betti, Alessandro and Melacci, Stefano , year =. Machine learning: a constraint-based approach , isbn =
-
[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 =
2017
-
[101]
and Norvig, Peter , year =
Russell, Stuart J. and Norvig, Peter , year =. Artificial intelligence: a modern approach , isbn =
-
[102]
, year =
Bishop, Christopher M. , year =. Pattern recognition and machine learning , isbn =
-
[103]
, volume =
Toward pathway engineering : a new database of genetic and molecular pathways. , volume =. Sci. Technol. Jap. , author =. 1996 , pages =
1996
-
[104]
2017 , pages =
Nucleic Acids Research , author =. 2017 , pages =. doi:10.1093/nar/gkw1092 , language =
2017 doi
-
[105]
Bioinformatics , author =
Molecular signatures database (. Bioinformatics , author =. 2011 , pages =. doi:10.1093/bioinformatics/btr260 , abstract =
2011 doi
-
[106]
Genome Biology , author =
A survey of best practices for. Genome Biology , author =. 2016 , pages =. doi:10.1186/s13059-016-0881-8 , language =
2016 doi
-
[107]
Nature , author =
Initial impact of the sequencing of the human genome , volume =. Nature , author =. 2011 , pages =. doi:10.1038/nature09792 , language =
2011 doi
-
[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 =
2016 doi
-
[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 =
2023 doi
-
[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 =
2025 doi
-
[111]
Hollmann, Noah and Müller, Samuel and Eggensperger, Katharina and Hutter, Frank , year =. The
-
[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 =
2005 doi
-
[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 =
2024 doi
-
[114]
2025 , pages =
IEEE Transactions on Computational Biology and Bioinformatics , author =. 2025 , pages =. doi:10.1109/TCBBIO.2024.3522512 , number =
2025 doi
-
[115]
2021 , pages =
Advanced Science , author =. 2021 , pages =. doi:10.1002/advs.202102092 , abstract =
2021 doi
-
[116]
Jiang, Yuhang and Kavuluru, Ramakanth , month = jun, year =. End-to-. 2023. doi:10.1109/ICHI57859.2023.00021 , urldate =
2023 doi
-
[117]
PLOS Computational Biology , author =
Predicting. PLOS Computational Biology , author =. 2015 , pages =. doi:10.1371/journal.pcbi.1004498 , language =
2015 doi
-
[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 =
2017 doi
-
[119]
Bioinformatics , author =
Learning with multiple pairwise kernels for drug bioactivity prediction , volume =. Bioinformatics , author =. 2018 , pages =. doi:10.1093/bioinformatics/bty277 , abstract =
2018 doi
-
[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 =
2019 doi
-
[121]
PLoS ONE , author =
An. PLoS ONE , author =. 2014 , pages =. doi:10.1371/journal.pone.0101183 , language =
2014 doi
-
[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 =
2024 doi
-
[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 =
2022 doi
-
[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 =
2023 doi
-
[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 =
2021 doi
-
[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 =
2024 doi
-
[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 =
2024 doi
-
[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 =
2025 doi
-
[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 =
2018 doi
-
[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...
2024 doi
-
[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 =
2021 doi
- [132]
-
[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 =
2024 doi
-
[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...
2021
-
[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 =
2025 doi
-
[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 =
2024 doi
-
[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 =
2021 doi
-
[138]
2002 , pages =
Journal of Artificial Intelligence Research , author =. 2002 , pages =. doi:10.1613/jair.953 , abstract =
2002 doi
-
[139]
, editor =
Cristianini, Nello and Shawe-Taylor, John and Elisseeff, André and Kandola, Jaz S. , editor =. On. Advances in. 2001 , pages =
2001
-
[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 =
1972 doi
-
[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 =
-
[142]
Grounding
Ding, Frances and Denain, Jean-Stanislas and Steinhardt, Jacob , editor =. Grounding. Advances in. 2021 , pages =
2021
-
[143]
Does. Trans. Mach. Learn. Res. , author =
-
[144]
Transactions on Machine Learning Research , author =
How to train your. Transactions on Machine Learning Research , author =
-
[145]
1945 , pages =
Biometrika , author =. 1945 , pages =. doi:10.1093/biomet/33.3.239 , language =
1945 doi
-
[146]
Computational
Fan, Yannan and Xia, Jianguo , editor =. Computational. 2018 , doi =
2018
-
[147]
, editor =
Kornblith, Simon and Norouzi, Mohammad and Lee, Honglak and Hinton, Geoffrey E. , editor =. Similarity of. Proceedings of the 36th. 2019 , pages =
2019
-
[148]
Shapley, L. S. , editor =. A. Contributions to the. 1953 , doi =
1953
-
[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 =
2001 doi
-
[150]
2020 , pages =
Nucleic Acids Research , author =. 2020 , pages =. doi:10.1093/nar/gkaa467 , abstract =
2020 doi
-
[151]
2016 , pages =
Nucleic Acids Research , author =. 2016 , pages =. doi:10.1093/nar/gkw288 , language =
2016 doi
-
[152]
Science , author =
The biochemical basis of. Science , author =. 2019 , pages =. doi:10.1126/science.aav1741 , abstract =
2019 doi
-
[153]
2020 , pages =
Nucleic Acids Research , author =. 2020 , pages =. doi:10.1093/nar/gkz757 , abstract =
2020 doi
-
[154]
Genome Biology , author =
Prediction of functional. Genome Biology , author =. 2019 , pages =. doi:10.1186/s13059-019-1629-z , language =
2019 doi
-
[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 =
2020 doi
-
[156]
2021 , pages =
Nature Communications , author =. 2021 , pages =. doi:10.1038/s41467-021-26017-0 , abstract =
2021 doi
-
[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 =
2025 doi
-
[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 =
2013 doi
-
[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 =
2021 doi
-
[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 =
2024 doi
-
[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 =
2021 doi
-
[162]
2011 , pages =
Diagnostic Pathology , author =. 2011 , pages =. doi:10.1186/1746-1596-6-90 , abstract =
2011 doi
-
[163]
2020 , pages =
Cancer Biology and Medicine , author =. 2020 , pages =. doi:10.20892/j.issn.2095-3941.2019.0284 , language =
2020 doi
-
[164]
The Oncologist , author =
Triple-. The Oncologist , author =. 2011 , pages =. doi:10.1634/theoncologist.2011-S1-01 , abstract =
2011 doi
-
[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 =
2022 doi
-
[166]
Bioinformatics , author =
Subtype-. Bioinformatics , author =. 2024 , keywords =. doi:10.1093/bioinformatics/btae360 , abstract =
2024 doi
-
[167]
Transformer Circuits Thread , author =
On the. Transformer Circuits Thread , author =
-
[168]
2025 , pages =
Nucleic Acids Research , author =. 2025 , pages =. doi:10.1093/nar/gkae1310 , abstract =
2025 doi
-
[169]
2024 , pages =
IEEE/ACM Transactions on Computational Biology and Bioinformatics , author =. 2024 , pages =. doi:10.1109/TCBB.2024.3459870 , number =
2024 doi
-
[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 =
2025 doi
-
[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 =
2024 doi
-
[172]
2025 , pages =
Nucleic Acids Research , author =. 2025 , pages =. doi:10.1093/nar/gkae1072 , abstract =
2025 doi
-
[173]
Learning
Ren, Yixin and Xia, Yewei and Zhang, Hao and Guan, Jihong and Zhou, Shuigeng , editor =. Learning. International. 2024 , pages =
2024
-
[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 , ...
2024 doi
-
[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 =
2024 doi
-
[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...
2021
-
[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...
-
[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 =
2024 doi
-
[179]
Acta Neuropathologica Communications , author =
Unsupervised machine learning identifies distinct. Acta Neuropathologica Communications , author =. 2023 , pages =. doi:10.1186/s40478-023-01686-8 , abstract =
2023 doi
-
[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 =
2016 doi
-
[181]
Frontiers in Neuroscience , author =
From. Frontiers in Neuroscience , author =. 2020 , pages =. doi:10.3389/fnins.2020.577755 , urldate =
2020 doi
-
[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...
2024 doi
-
[183]
Bioinformatics , author =
Computing linkage disequilibrium aware genome embeddings using autoencoders , volume =. Bioinformatics , author =. 2024 , pages =. doi:10.1093/bioinformatics/btae326 , abstract =
2024 doi
-
[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 =
2023 doi
-
[185]
Technology in Cancer Research & Treatment , author =
Molecular. Technology in Cancer Research & Treatment , author =. 2006 , pages =. doi:10.1177/153303460600500302 , abstract =
2006 doi
-
[186]
Nature Reviews Cancer , author =
The. Nature Reviews Cancer , author =. 2002 , pages =. doi:10.1038/nrc866 , language =
2002 doi
-
[187]
2002 , pages =
Journal of Cellular Physiology , author =. 2002 , pages =. doi:10.1002/jcp.10077 , abstract =
2002 doi
-
[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 =
2011 doi
-
[189]
International Journal of Molecular Sciences , author =
The. International Journal of Molecular Sciences , author =. 2023 , pages =. doi:10.3390/ijms24032107 , abstract =
2023 doi
-
[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 =
2023 doi
-
[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 =
2024 doi
-
[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 =
2013 doi
-
[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 =
2010 doi
-
[194]
JNCI Cancer Spectrum , author =
Branched-. JNCI Cancer Spectrum , author =. 2021 , pages =. doi:10.1093/jncics/pkab059 , abstract =
2021 doi
-
[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 =
2024 doi
-
[196]
Advances in
Ucar, Talip and Hajiramezanali, Ehsan and Edwards, Lindsay , editor =. Advances in. 2021 , pages =
2021
-
[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 =
2023 doi
-
[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 =
2023 doi
-
[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 =
-
[200]
2023 , pages =
iScience , author =. 2023 , pages =. doi:10.1016/j.isci.2023.107378 , language =
2023 doi
-
[201]
Briefings in Bioinformatics , author =
Subtype-. Briefings in Bioinformatics , author =. 2023 , pages =. doi:10.1093/bib/bbad025 , abstract =
2023 doi
-
[202]
Journal of Machine Learning Research , author =
Visualizing. Journal of Machine Learning Research , author =. 2008 , pages =
2008
-
[203]
and Ba, Jimmy , editor =
Kingma, Diederik P. and Ba, Jimmy , editor =. Adam:. 3rd
-
[204]
Information
Nguyen, Xuan Vinh and Epps, Julien and Bailey, James , year =. Information. doi:10.5555/1756006.1953024 , journal =
-
[205]
Journal of Classification , author =
Comparing partitions , volume =. Journal of Classification , author =. 1985 , pages =. doi:10.1007/BF01908075 , language =
1985 doi
-
[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...
-
[207]
2018 , pages =
Genome Biology , author =. 2018 , pages =. doi:10.1186/s13059-017-1382-0 , language =
2018 doi
-
[208]
lifelines, survival analysis in
Davidson-Pilon, Cameron , month = oct, year =. lifelines, survival analysis in
-
[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 =
2008 doi
-
[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 =
2023 doi
-
[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 =
2024 doi
-
[212]
Nature Biotechnology , author =
A. Nature Biotechnology , author =. 2022 , keywords =. doi:10.1038/s41587-021-01206-w , language =
2022 doi
-
[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 =
1989 doi
-
[214]
2020 , pages =
BMC Bioinformatics , author =. 2020 , pages =. doi:10.1186/s12859-020-3516-8 , abstract =
2020 doi
-
[215]
Brody, Shaked and Alon, Uri and Yahav, Eran , year =. How. The
-
[216]
Fey, Matthias and Lenssen, Jan Eric , month = may, year =. Fast. Representation
-
[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
-
[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 =
2011
-
[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 =
-
[220]
Learning
Tsai, Yao-Hung Hubert and Liang, Paul Pu and Zadeh, Amir and Morency, Louis-Philippe and Salakhutdinov, Ruslan , year =. Learning. 7th
-
[221]
Neural Computation , author =
Training. Neural Computation , author =. 2002 , pages =. doi:10.1162/089976602760128018 , abstract =
2002 doi
-
[222]
, editor =
Wu, Mike and Goodman, Noah D. , editor =. Multimodal. Advances in. 2018 , pages =
2018
-
[223]
and Fischer, Ian and Dillon, Joshua V
Alemi, Alexander A. and Fischer, Ian and Dillon, Joshua V. and Murphy, Kevin , year =. Deep. 5th
-
[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 =
2022 doi
-
[225]
Nature , author =
Functional cartography of complex metabolic networks , volume =. Nature , author =. 2005 , pages =. doi:10.1038/nature03288 , language =
2005 doi
-
[226]
Nature , author =
Spatial epigenome–transcriptome co-profiling of mammalian tissues , volume =. Nature , author =. 2023 , pages =. doi:10.1038/s41586-023-05795-1 , abstract =
2023 doi
-
[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 =
2023 doi
-
[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 =
2012
-
[229]
Nature Methods , author =
Simultaneous epitope and transcriptome measurement in single cells , volume =. Nature Methods , author =. 2017 , pages =. doi:10.1038/nmeth.4380 , language =
2017 doi
-
[230]
Bioinformatics , author =
Subtype-. Bioinformatics , author =. 2021 , pages =. doi:10.1093/bioinformatics/btab109 , abstract =
2021 doi
-
[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 =
-
[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 =
2020 doi
-
[233]
Neural Processing Letters , author =
Learning. Neural Processing Letters , author =. 2024 , pages =. doi:10.1007/s11063-024-11598-w , abstract =
2024 doi
-
[234]
Neural Processing Letters , author =
Graph. Neural Processing Letters , author =. 2023 , pages =. doi:10.1007/s11063-023-11346-6 , language =
2023 doi
-
[235]
Exploring
Fenu, Gianni and Galici, Roberta and Marras, Mirko and Reforgiato, Diego , month = jun, year =. Exploring. Adjunct. doi:10.1145/3631700.3665227 , language =
-
[236]
Bioinformatics , author =
Deep single-cell. Bioinformatics , author =. 2023 , pages =. doi:10.1093/bioinformatics/btad342 , abstract =
2023 doi
-
[237]
Contrastive and
Wang, Jing and Feng, Songhe , month = aug, year =. Contrastive and. Proceedings of the. doi:10.24963/ijcai.2024/559 , abstract =
2024 doi
-
[238]
2024 , pages =
Proceedings of the AAAI Conference on Artificial Intelligence , author =. 2024 , pages =. doi:10.1609/aaai.v38i14.29478 , abstract =
2024 doi
-
[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 =
2024 doi
-
[240]
Augmentation-
Lee, Namkyeong and Lee, Junseok and Park, Chanyoung , year =. Augmentation-. doi:10.1609/AAAI.V36I7.20700 , booktitle =
-
[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 =
-
[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 =. \
-
[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 =
2023 doi
-
[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 =
2023 doi
-
[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 =
2022 doi
-
[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
-
[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
-
[248]
johnma2006/mamba-minimal , copyright =
Ma, John (Zhiyao) , month = aug, year =. johnma2006/mamba-minimal , copyright =
-
[249]
TL, Alexandre , month = aug, year =
-
[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 =
2021 doi
-
[251]
2024 , pages =
International Journal of Molecular Sciences , author =. 2024 , pages =. doi:10.3390/ijms25115976 , abstract =
2024 doi
-
[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 =
2023 doi
-
[253]
kybinn , month = jun, year =. kybinn/
-
[254]
2024 , note =
theislab/multigrate , copyright =. 2024 , note =
2024
-
[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 =
2020 doi
-
[256]
JackieHanLab , month = aug, year =
-
[257]
Healthcare, Tencent AI Lab , month = aug, year =
-
[258]
2024 , note =
bowang-lab/. 2024 , note =
2024
-
[259]
Bunnybeibei/
Cheng, Jiabei , month = jul, year =. Bunnybeibei/
-
[260]
hzauzqy/
hzauzqy , month = aug, year =. hzauzqy/
-
[261]
2024 , pages =
Bioinformatics , author =. 2024 , pages =. doi:10.1093/bioinformatics/btae189 , abstract =
2024 doi
-
[263]
Lee, Changhee and Schaar, Mihaela van der , editor =. A. The 24th. 2021 , pages =
2021
-
[264]
International
Zhao, Jiawei and Zhang, Zhenyu and Chen, Beidi and Wang, Zhangyang and Anandkumar, Anima and Tian, Yuandong , year =. International
-
[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 =
2021 doi
-
[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 =
2022 doi
-
[267]
2022 , pages =
Proceedings of the AAAI Conference on Artificial Intelligence , author =. 2022 , pages =. doi:10.1609/aaai.v36i4.20392 , abstract =
2022 doi
-
[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 =
2024 doi
-
[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 =
2022 doi
-
[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 =
2024 doi
-
[271]
Genome Biology , author =
Normalization and variance stabilization of single-cell. Genome Biology , author =. 2019 , pages =. doi:10.1186/s13059-019-1874-1 , abstract =
2019 doi
-
[272]
Algorithmic Simplicity , month = feb, year =. Why
-
[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 =
2023 doi
-
[274]
Role-based
Zhang, Hegui and Kou, Gang , editor =. Role-based. International. 2022 , pages =
2022
-
[275]
Bioinformatics , author =
Adversarial deconfounding autoencoder for learning robust gene expression embeddings , volume =. Bioinformatics , author =. 2020 , pages =. doi:10.1093/bioinformatics/btaa796 , abstract =
2020 doi
-
[276]
Network science , isbn =
Barabási, Albert-László and Pósfai, Márton , year =. Network science , isbn =
-
[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 =
2013
-
[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 =
2017 doi
-
[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 =
2019 doi
-
[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 =
2018 doi
-
[281]
Electronics , author =
A. Electronics , author =. 2020 , pages =. doi:10.3390/electronics9050750 , abstract =
2020 doi
-
[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 =
2022 doi
-
[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
- [284]
-
[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 =
2021 doi
-
[286]
2020 , pages =
Genome Biology , author =. 2020 , pages =. doi:10.1186/s13059-020-02015-1 , abstract =
2020 doi
-
[287]
Cell , author =
Integrated analysis of multimodal single-cell data , volume =. Cell , author =. 2021 , pages =. doi:10.1016/j.cell.2021.04.048 , language =
2021 doi
-
[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 =
2021 doi
-
[289]
2022 , pages =
Briefings in Bioinformatics , author =. 2022 , pages =. doi:10.1093/bib/bbab508 , abstract =
2022 doi
-
[290]
Nature , author =
A metabolic function of. Nature , author =. 2018 , pages =. doi:10.1038/nature25171 , language =
2018 doi
-
[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 =
2021 doi
-
[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 =
2012 doi
-
[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 =
2006 doi
-
[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 =
2013 doi
-
[295]
Journal of Personalized Medicine , author =
Prediction of. Journal of Personalized Medicine , author =. 2024 , pages =. doi:10.3390/jpm14040410 , abstract =
2024 doi
-
[296]
and Lee, Su-In , editor =
Lundberg, Scott M. and Lee, Su-In , editor =. A. Advances in. 2017 , pages =
2017
-
[297]
Ribeiro, Marco Tulio and Singh, Sameer and Guestrin, Carlos , month = aug, year =. ". Proceedings of the 22nd. doi:10.1145/2939672.2939778 , language =
-
[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 =
2017 doi
-
[299]
Learning
Shrikumar, Avanti and Greenside, Peyton and Kundaje, Anshul , editor =. Learning. Proceedings of the 34th. 2017 , pages =
2017
-
[300]
Title to be done , author =
Reviewed July 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.