Description Usage Arguments Value Author(s) References Examples
View source: R/diceCoefficient.R
This function applies Dice coefficient to score instances (e.g., bait-prey interactions (BPIs) in the data.frame.The Dice coefficient was first applied by Zhang et al., 2008 to score interactions between all identified proteins (baits and preys) in a given AP-MS experiment.
1 | diceCoefficient(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 Dice coefficient score, a number between 0 and 1
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Zhang, B., Park, B.-H., Karpinets, T., and Samatova, N. F. (2008). From pull-down data to protein interaction networks and complexes with biological relevance. Bioinformatics 24, 979-986.
1 2 3 | data(SampleDatInput)
datScoring <- diceCoefficient(SampleDatInput)
head(datScoring)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.