Skip to contents

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.

Usage

X.interconnect.network(data = NULL, scores.col = NA)

Arguments

data

A data.frame with pair-wise interaction table.

scores.col

Character string: Name of the columns with prediction values.

Value

A data.frame with pair-wise interaction table.

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 "%>%"