Skip to contents

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

Usage

X.complexes.to.pairwise(complexes = list())

Arguments

complexes

A list of vectors where each vector represents subunits of a protein complex.

Value

A data.frame with pair-wise interaction table.

Examples

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