post_process: Post process of enhanced network.

View source: R/post_process.R

post_processR Documentation

Post process of enhanced network.

Description

Denoise the enhanced network and make it binary and symmetric.

Usage

post_process(se,percent=0.9)

Arguments

se

The enhanced disease specific network.

percent

what percentage of edges to be considered as noise.

Value

The denoised and symmetric enhanced disease-specific network.

References

DiSNEP: a Disease-Specific gene Network Enhancement to improve Prioritizing candidate disease genes (2020), Peifeng Ruan, Shuang Wang.

Examples


#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")


pfruan/DiSNEP documentation built on Oct. 12, 2023, 3:29 p.m.