GeSubNet: GENE INTERACTION INFERENCE FOR DISEASE SUBTYPE NETWORK GENERATION
This paper studies the design of an architecture to predict cancer type.
/* Big handwritten title */
h1, h2 {
font-family: 'Permanent Marker', cursive;
font-weight: bold;
}
/* Orange banner for section titles */
.section-title {
background-color: orange;
color: black;
padding: 10px;
display: inline-block;
}
/* Author text style */
.authors {
color: darkred;
font-family: 'Shadows Into Light', cursive;
font-size: 1.4em;
}
/* Footer/affiliation */
.affiliation {
font-family: monospace;
font-size: 1.1em;
}
There are two knowledge databases
Problem
Related Work
Two main approaches exist for building subtype gene networks: statistical and deep learning-based.
Statistical methods use correlation metrics (e.g., Pearson, mutual information) to detect co-expressed or functionally linked genes.
Deep learning methods build gene networks using graph neural networks (GNNs), embedding patient data and predicting gene interactions.
Most deep learning models focus on general disease associations, failing to capture subtype-specific gene interactions.
PRELIMINARY AND PROBLEM SETTING
Problem setting