View source: R/get_DenoisedNet.R
get_DenoisedNet | R Documentation |
This function removes the noise in the form of false positive edges in the predicted networks using network topology.
get_DenoisedNet(ppi)
ppi |
Interactions data containing id1-id2-weight triplets. |
get_DenoisedNet
A data.frame containing denoised network.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
# high-confidence network as input ppi <- read.table(system.file("extdata/ppi_input_ClusterONE.txt", package="MACP"), quote="\"", comment.char="") # Perform network denoising denoisetNet <- get_DenoisedNet(ppi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.