View source: R/generate_refInt.R
generate_refInt | R Documentation |
This function creates class labels for protein pairs in the same order in the data input based on gold reference set.
generate_refInt(x, refcpx)
x |
A data frame with interacting proteins in the first two columns. |
refcpx |
A list containing gold standard protein complexes. |
generate_refInt
A Data frame containing class labels for protein pairs in the data input. If protein pairs involve in same protein complexes are assigned to Positive, otherwise Negative.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.