Description Usage Arguments Value Author(s) References Examples
PE Incorporated both spoke and matrix model.
1 | PE(datInput, rBait = 0.37, cntPseudo = 1)
|
datInput |
A dataframe with column names: idRun, idBait, idPrey, Each row represent one unique protein captured in one pull-down experiment. |
rBait |
The value of the 'r' parameter as desribed in the publication. |
cntPseudo |
The value of the 'pseudo count' parameter. |
A dataframe consists of protein-protein interactions from both Spoke and Matrix model.
Qingzhou Zhang, zqzneptune@hotmail.com
Collins, Sean R., et al. "Toward a comprehensive atlas of the physical interactome of Saccharomyces cerevisiae." Molecular & Cellular Proteomics 6.3 (2007): 439-450. https://doi.org/10.1074/mcp.M600381-MCP200
1 2 3 | data(TestDatInput)
datScore <- PE(TestDatInput, 0.37, 1)
head(datScore)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.