Description Usage Arguments Value
View source: R/to_pairwise_df.R
Convert a list of gene sets (for instance, where each entry corresponds to a complex and contains all the protein subunits of that complex) into a data frame enumerating all of the possible pairs within each list item.
1 | to_pairwise_df(ann)
|
ann |
a list of gene sets, e.g. as returned by as_annotation_list |
a data frame with two columns, 'protein_A'
and
'protein_B'
, containing all unique pairs of protiens found within
the same gene set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.