Description Usage Arguments Value
Create labels for a data frame containing protein pairs, by cross-referencing those protein pairs with a 'gold standard' set of known interactions. The gold standard interactions can be provided in a variety of different formats.
1 | label_pairs(gold_standard, dat)
|
gold_standard |
a set of 'gold-standard' interactions. Can be provided in the form of an adjacency matrix, a data frame of protein pairs, or a list of protein complexes |
dat |
a data frame with interacting proteins in the first two columns |
a vector of the same length as the number of rows in dat
,
containing NA
s for protein pairs not in the gold standard, and
ones or zeroes otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.