Name | Modified | Size | Downloads / Week |
---|---|---|---|
MSIGNET_MATLAB.zip | 2020-03-31 | 79.7 MB | |
Ovarian_cancer_TCGA_input.mat | 2020-03-31 | 59.7 MB | |
MSIGNET.m | 2020-03-31 | 8.4 kB | |
OV_TCGA_GSE3149_common_gene_network.txt | 2020-03-31 | 3.4 kB | |
OV_TCGA_MSIGNET.m | 2020-03-31 | 799 Bytes | |
Simulation_Network_1_input.mat | 2020-03-31 | 457.9 kB | |
Simulation_Network_2_input.mat | 2020-03-31 | 332.0 kB | |
Simulation_Network_3_input.mat | 2020-03-31 | 4.3 MB | |
Parkinson_down_regulated_gene_network_input.mat | 2020-03-31 | 1.6 MB | |
Parkinson_up_regulated_gene_network_input.mat | 2020-03-31 | 1.1 MB | |
Simulation_Network_1_output.mat | 2020-03-31 | 21.4 kB | |
Parkinson_down_regulated_gene_network_output.mat | 2020-03-31 | 28.7 kB | |
Parkinson_up_regulated_gene_network_output.mat | 2020-03-31 | 15.0 kB | |
Simulation_Network_2_output.mat | 2020-03-31 | 15.9 kB | |
Simulation_Network_3_output.mat | 2020-03-31 | 63.7 kB | |
Ovarian_cancer_GSE3149_input.mat | 2020-03-31 | 12.4 MB | |
README.txt | 2020-03-31 | 2.1 kB | |
Totals: 17 Items | 159.8 MB | 2 |
MSIGNET =========== MSIGNET integrates disease-specific gene expression data and human protein-protein interactions in a Bayesian network, and identifies interactions of genes significantly expressed under the disease condition. Reference: Xi Chen, Jianhua Xuan. "MSIGNET: a Bayesian approach for disease-associated gene network identification", 2020. Installation ============= MSIGNET was implemented in MATLAB and the script has been tested on both Windows and Linux systems. It can be ran using MATLAB version 2016a and later. Input ============= Gene_exp: Gene expression data (log2 based) for N genes and M samples (N x M matrix, M = M_d+M_c) Gene_entrez_id: Gene Entrez ID for N genes (N x 1 vector) early_idex (disease_idex): Indexes for disease samples or early recurrent samples specific cancer recurrence analysis (M_d x 1 vector) late_idex (disease_idex): Indexes for control samples or late recurrent samples specific cancer recurrence analysis (M_c x 1 vector) PPI_network: Protein-protein interactions for genes of interest (N_p x N_p sparse binary matrix, N_p < N) PPI_gene_id: Gene Entrez ID for N_p network genes (N_p x 1 vector) PPI_edge_zscore: Gene co-expression z-score for Pearson correlation coefficient for network connected genes (N_p x N_p sparse double matrix) PPI_gene_zscore: Gene differential expression z-score (based on t-statistics p-value) (N_p x 1 vector) Max_loop_Num: The number of sampling rounds for MCMC process (constant integer) save_iterative_Num: Saving sampling results after a number of sampling rounds (constant integer) Output ============= PPI_gene_sampling_freqency: Sampling frequency for each of N_p genes (N_p x 1 vector) PPI_edge_sampling_freqency: Sampling frequency for PPI connected gene pairs (N_p x N_p sparse matrix) Input data for simulation, Parkinson's disease and ovarian cancer as discussed in the MSIGNET paper was provided together with the MSIGNET scripts. Any feedback, comments and questions are always welcome. Please address them to Xi Chen (xichen86@vt.edu).