GithubHelp home page GithubHelp logo

gpsnet's Introduction

The data and Matlab code for paper "A Genome-wide Positioning Systems Network Algorithm for in silico Drug Repurposing".

Data Description (Data_mat)

All data is saved as the .mat file because all the calculation is performed by Matlab.

Cancer_Specific_PPI/ folder:

We used the p-value<0.05 co-expressed PPI interactions to build the cancer type-specific PPI.

Mutation/ folder:

  • There are two columns for the data Mutation. The first column represents the Gene ID, and the second column represents the times of the number of the tumors with the corresponding mutated gene (mutation frequency).

  • Driver_Gene/ folder, Associated_Gene/ folder, Survival_Gene/ folder: The gene list of the driver gene, associated gene and survival gene for each cancer type.

Net_PPI:

Net_PPI is the human interactome (total ppi), and there are four columns. The first and second column are the gene id, the third column represents the co-expression correlation, and the fourth column represent the P-value of the correlation.

Gene_Distance:

There are two parameters Distance and Genes. Distance is a 15137x15137 matrix, and the element represents the distance between the corresponding genes in Net_PPI, and Genes is the corresponding gene ID.

Gene_Length:

Gene_Length has two column. The first column is the gene ID, and the second is the corresponding gene length.

Drug_Gene_10uM:

It is the drug gene interaction. The first column of Gene_Drug is the gene ID, and the second column of Gene_Drug is the drug ID, and the corresponding drug name in the Drug_List.

Map_List:

Map_List illustrates the drug and its ATC contents.

Gene_Drug:

It is the drug gene interaction. There are two parameters in this file (Gene_Drug and Drug_List). The first column of Gene_Drug is the gene ID, the second column of Gene_Drug is the Drug_ID, and the third colum of Gene_Drug is amplitude value. The corresponding drug name is in Drug_List, and there are 1309 drug in this dataset.

Code (for Matlab):

  • "Raw_Module_Generation.m" to generate the raw module.

  • "Cancer_Module_Calculation.m" to obtain the final cancer module.

  • "Module_Validation.m" to check the enrichment of the cancer module gene on several

  • "Closet_Distance_ZScore.m" to calculate the network proximity between the drug targets and the cancer module gene.

  • "Drug_Gene_Set_Enrichment.m" to calculate the overlap enrichment between the drug targets and the cancer module gene.

Tutorial:

The code has been tested on the following systems: Linux Ubuntu 16.04 and Windows 7, with Matlab R2016b installed.

Put all data in the "Data_mat/" folder first and create a "Raw_Module/" folder under "Data_mat/" folder.

Run "Raw_Module_Generation.m" , and save raw module data in the "Data_mat/Raw_Module/". There are two parameters (Module and Score) in this intermediate result , where Module represents the gene set in each raw module and Score records the seed gene, final score and module size for the corresponding raw module. For we obtain about 60,000 raw module for each cancer type in our work, and this processes is very time-consuming. Than run ‘Module_Validation.m’ to check the cancer module from GPSnet.

Run "Drug_Gene_Set_Enrichment.m" and "Closet_Distance_ZScore.m" to get the new indications for approved drugs using both gene set enrichment analysis and network proximity approaches respectively.

gpsnet's People

Contributors

loadingsugar avatar

Watchers

 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.