Skip to contents

Transform a pairwise interaction table into a list of protein complexes.

Usage

X.pairwise.to.complexes(data = NULL, names.col = NA, scores.col = NULL)

Arguments

data

A data.frame with pairwise interaction table with column names 'protein1' and 'protein2'.

names.col

Character string: Name of the column with complex names.

Value

A named list with complex names as the list names and subunits as vector elements.

Examples

pairwise.table <- X.complexes.to.pairwise(list_of_complexes)
#> Error: object 'list_of_complexes' not found