Skip to contents

Internal function with simple clustering algorithm.

Usage

X.cluster.complexes(data = NULL, scores.col = NA)

Arguments

data

Data frame with pair-wise interactions (columns 'protein1' and 'protein2') and a column with probabilities from ML model.

scores.col

Character string: Name of the columns with prediction values.

Examples

clustered <- X.cluster.complexes(data=cut_predictions, scores.col="score")
#> Error in X.cluster.complexes(data = cut_predictions, scores.col = "score"): could not find function "X.cluster.complexes"