Learn R Programming

MSiP (version 1.3.7)

overlapScore: overlapScore

Description

This function computes the overlap similarity scores for instances (e.g., bait-prey interactions (BPIs)) in the data.frame.

Usage

overlapScore(datInput)

Arguments

datInput

Data frame with column names: Experiment.id, Replicate, Bait, Prey, and count (i.e., prey count).

Value

Data frame containing bait-prey pairs with the overlap score, a number between 0 and 1

References

Nepusz, T., Yu, H., and Paccanaro, A. (2012a). Detecting overlapping protein complexes in protein-protein interaction networks. Nat. Methods 9, 471.

Examples

Run this code
# NOT RUN {
data(SampleDatInput)
datScoring <- overlapScore(SampleDatInput)
head(datScoring)
# }

Run the code above in your browser using DataLab