Description Usage Arguments Value Examples
View source: R/adjacency_matrix_from_list.R
Convert a list of complexes into a pairwise adjacency matrix. The resulting square adjacency matrix contains ones for proteins that are found in the same complex and zeroes otherwise.
| 1 | adjacency_matrix_from_list(complexes)
 | 
| complexes | a list of complexes, with each entry containing complex subunits as a character vector | 
an adjacency matrix between all complex subunits
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.