comemberIn {SLGI} | R Documentation |
Retrieve the biological complexes within which two proteins are comembers.
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) ScISI |
Dataframe of pairs of genes(proteins) and their common biological complexes.
N. LeMeur
data(Atong) data(ScISI) coMember<-withinComplex(Atong,ScISI) SLpairWithinComplex <- comemberIn(coMember,ScISI)