overlap: Count the number of proteins shared by protein complexes

Description Usage Arguments Value Author(s) See Also Examples

View source: R/OU-methods.R

Description

Count the number of proteins shared by protein complexes

Usage

1
overlap(interactome)

Arguments

interactome

Binary matrix composed of genes (rows) and biological complexes (columns) (see package ScISI)

Value

The returned value is a data frame with components:

C1

Name of the first biological complex

C2

Name of the second biological complex

nbSharedProt

Number of proteins in common

Author(s)

N. LeMeur

See Also

ScISI

Examples

1
2
xx = cbind("a"=c(0,1,1,1),"b"=c(1,1,0,1))
overlap(xx)

PCpheno documentation built on Nov. 8, 2020, 5:10 p.m.