# open high-confidence network
hc_ppi <-
read.delim(
system.file("extdata/ppi_input_ClusterONE.txt", package = "MACP"),
header = FALSE)
# predict complexes by ClusterONE
predcpx <-
get_clusters(csize = 3, d = 0.3, p = 2,
max_overlap = 0.8,
tpath = file.path(system.file("extdata", package = "MACP")))
# Break down big complexes by MCL
MCL_clusters <- MCL_clustering(hc_ppi, predcpx, inflation = 4, csize = 2)
Run the code above in your browser using DataLab