Learn R Programming

SLGI (version 1.32.0)

comemberIn: Retrieve the biological complexes.

Description

Retrieve the biological complexes within which two proteins are comembers.

Usage

comemberIn(iMat,interactome)

Arguments

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

Value

Dataframe of pairs of genes(proteins) and their common biological complexes.

See Also

withinComplex

Examples

Run this code
 data(Atong)
 data(ScISI)
 coMember<-withinComplex(Atong,ScISI)
 SLpairWithinComplex <- comemberIn(coMember,ScISI)
 

Run the code above in your browser using DataLab