Description Usage Arguments Value Author(s) See Also Examples
Retrieve the biological complexes within which two proteins are comembers.
1 | comemberIn(iMat,interactome)
|
iMat |
Comembership matrix of genes(proteins) that linked to other genes(proteins) by any biological experiment |
interactome |
Adjacency matrix composed of genes (rows) and biological
complexes (columns) |
Dataframe of pairs of genes(proteins) and their common biological complexes.
N. LeMeur
1 2 3 4 5 | data(Atong)
data(ScISI)
coMember<-withinComplex(Atong,ScISI)
SLpairWithinComplex <- comemberIn(coMember,ScISI)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.