Git Product home page Git Product logo

hetgnn's Introduction

Master's Dissertation: Gene Reprioritization in Cancer Cell Lines through Heterogeneous GNNs

1 Python Scripts

1.1 HetGNN

  • hetgnn_main.py
    • Main script for HetGNN. Layer configurations can be modified in gat_dependency/GAT_model.py.

1.2 DLP

  • DLP_main.py
    • Implements DLP with the Whole split method.
  • DLP_cellsplit.py
    • Implements DLP with the Cell Only split method.

1.3 Graph Construction

  • construct_heterogeneous_graph_jihwan.py
    • Script for constructing a heterogeneous graph.
  • construct_heterogeneous_graph_pyG_jihwan.py
    • Script for constructing a heterogeneous graph with biological features using Pytorch Geometric.

2 Environment Setup

  • Conda list
    • Conda environment settings required for running the project.

3 Results Generation

  • Final_Result
    • Contains code for generating figures, tables, and lists of reprioritized genes. (See Jupyter Notebook in folder)
    • Contains generated figures by pptxm can be checked in Final_Result/Fugures made.pptx.

4 How to Run the Code

You can run the scripts with the following format, adjusting arguments using --arg:

python hetgnn_main.py --epochs 30 --lr 0.0001 --batch_size 256 --emb_dim 512 --seed 42 --exp_name example_test

5 Resources and Data Sources

All resources and data sources mentioned in this thesis are publicly accessible.

5.1 Reactome

5.2 Dependency Map

  • DepMap Public 23Q2 Files: View all data
    • DepMap Score: CRISPRGeneEffect.csv
    • Cell Line Name: Model.csv
    • Expression: OmicsExpressionProteinCodingGenesTPMLogp1.csv
    • Copy Number Variation: OmicsCNGene.csv
    • Control: AchillesCommonEssentialControls.csv

5.3 MsigDB

6 WandB (Weights & Biases)

All results can be found in WandB and check comments in overview first!

hetgnn's People

Contributors

jilim97 avatar pstrybol avatar daanvanhauwermeiren avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.