DICE | R Documentation |
DICE The Dice coefficient is used to score the interaction affinity between two proteins.
DICE(datInput)
datInput |
A dataframe with column names: idRun, idPrey. Each row represent one unique protein captured in one pull-down experiment. |
A dataframe consists of pairwise combindation of preys identified in the input with DICE scores.
Qingzhou Zhang, zqzneptune@hotmail.com
Bing Zhang et al., From pull-down data to protein interaction networks and complexes with biological relevance, Bioinformatics, Volume 24, Issue 7, 1 April 2008, Pages 979–986, https://doi.org/10.1093/bioinformatics/btn036
data(TestDatInput)
datScore <- DICE(TestDatInput)
head(datScore)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.