post_process | R Documentation |
Denoise the enhanced network and make it binary and symmetric.
post_process(se,percent=0.9)
se |
The enhanced disease specific network. |
percent |
what percentage of edges to be considered as noise. |
The denoised and symmetric enhanced disease-specific network.
DiSNEP: a Disease-Specific gene Network Enhancement to improve Prioritizing candidate disease genes (2020), Peifeng Ruan, Shuang Wang.
#enhance the general network s0 into a disease specific network by diffusion on similarity network generated from disease omics data.
se=diffus_matrix(s0,adjacency)
#denoise the enhanced network and make it binary and symmetric.
se_post=post_process(se)
#prioritize the disease association signals.
res=diffus_vec(signals,se_post,"pvalue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.