Description Usage Arguments Value Author(s) References Examples
This function computes the overlap similarity scores for instances (e.g., bait-prey interactions (BPIs)) in the data.frame.
1 | overlapScore(datInput)
|
datInput |
Data frame with column names: Experiment.id, Replicate, Bait, Prey, and count (i.e., prey count). |
Data frame containing bait-prey pairs with the overlap score, a number between 0 and 1
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Nepusz, T., Yu, H., and Paccanaro, A. (2012a). Detecting overlapping protein complexes in protein-protein interaction networks. Nat. Methods 9, 471.
1 2 3 | data(SampleDatInput)
datScoring <- overlapScore(SampleDatInput)
head(datScoring)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.