# 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)
Run the code above in your browser using DataLab