Skip to content

Explainable Drug Sensitivity Prediction through Cancer Pathway Enrichment Scores

License

Notifications You must be signed in to change notification settings

TangYiChing/PathDSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

PathDSP

Explainable Drug Sensitivity Prediction through Cancer Pathway Enrichment Scores

Requirments

Input format

drug cell feature1 .... feature2 resp
5-FU 03 0 .... 0.02 -2.3
5-FU 23 1 .... 0.04 -3.4

Usage:

# run FNN 
python FNN.py -i inputs.txt -o ./output_prefix

Data preprocessing

Pathway enrichment scores for categorical data (i.e., mutation, copy number variation, and drug targets) were obtained by running the NetPEA algorithm, which is available at: https://github.com/TangYiChing/NetPEA, while pathway enrichment scores for numeric data (i.e., gene expression) was generated with the single-sample Gene Set Enrichment Analsysis (ssGSEA) available here: https://gseapy.readthedocs.io/en/master/gseapy_example.html#3)-command-line-usage-of-single-sample-gseaby

step1. performe

Reference

Li, M., Wang, Y., Zheng, R., Shi, X., li, yaohang, Wu, F., & Wang, J. (2019). DeepDSC: A Deep Learning Method to Predict Drug Sensitivity of Cancer Cell Lines. IEEE/ACM Transactions on Computational Biology and Bioinformatics, 1–1.

About

Explainable Drug Sensitivity Prediction through Cancer Pathway Enrichment Scores

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages