- torch
- numpy
- pandas
We obtain 3 different survival datasets from UCSC Xena: (1) Thyroid Cancer (THCA) Dataset, (2) Lower Grade Glioma (LGG) Dataset, (3) Breast Cancer (BRCA) Dataset. We took the prior pathways as the functional modules. The source of the prior signaling pathways is:KEGG DISEASE Database. We put them into the Dataset/
folder.
# Two-Phase Training
python main.py --task='LGG'
We performed several downstream analysis including pathway expansion, Kolmogorov-Smirnov test, two-phase result analysis, single gene survival analysis.
python downstream_analysis.py
Please open an issue or contact zchou0807@gmail.com with any questions.