With pairwise interaction table as an input, interconnect protein complexes such that each two subunits in the same cluster whose pairwise interaction does not pass the cutoff is considered as an interaction.
Examples
pairwise.table <- X.interconnect.network(averaged_predictions$predicted.dataset %>% filter(pred>=sug_cutoff))
#> Error in averaged_predictions$predicted.dataset %>% filter(pred >= sug_cutoff): could not find function "%>%"