\name{simEX} \alias{simEX} \docType{data} \title{An example ISI} \description{ An example of a bipartite graph matrix of some in silico interactome. } \usage{data(simEX)} \format{ The format is: num [1:25, 1:10] 1 0 0 0 0 0 0 0 0 0 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:25] "YAL015C" "YAL017W" "YAL021C" "YAL036C" ... ..$ : chr [1:10] "MBME1" "MBME2" "MBME3" "MBME4" ... } \details{ The matrix is indexed by proteins for the rows and complexes for the colunms where incidence is defined in the obvious way. } \source{ } \references{ } \examples{ data(simEX) } \keyword{datasets}