Skip to content

Code for paper, A Multimodal Graph Neural Network Framework for Cancer Molecular Subtype Classification

License

Notifications You must be signed in to change notification settings

NabaviLab/Multimodal-GNN-for-Cancer-Subtype-Clasification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Multimodal Graph Neural Network Framework for Cancer Molecular Subtype Classification

This is the code for the paper, A Multimodal Graph Neural Network Framework for Cancer Molecular Subtype Classification.

Get started

The complete conda enviroment list is in enviroment.yml file.

Demo

For classificaiton on BRCA dataset, use the following command.

python cancer_test.py --model gat --num_gene 100 --cancer_subtype True --omic_mode 4 --shuffle_index 0 --gene_gene True --mirna_gene True --mirna_mirna True --parallel True --l2 True --decoder False --poolsize 8 --edge_weight True --epochs 200 --train_ratio 0.7 --test_ratio 0.1

About

Code for paper, A Multimodal Graph Neural Network Framework for Cancer Molecular Subtype Classification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages