\name{APComEX} \alias{APComEX} \docType{data} \title{An example of an ISI using apComplex on simEX} \description{ Using simEX, vBaitsEX, no deformed nor sticky baits, APComEX is an example output of apComplex. This is the bipartite graph matrix representing proteins (rows) and protein complexex (columns). Each row is indexed by a particular protein and similarly for each column for complexes. An entry of 1 means the protein indexing the row is in the complex indexing the column. } \usage{data(APComEX)} \format{ The format is: num [1:28, 1:6] 1 0 1 0 0 1 0 0 0 0 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:28] "YAL015C" "YAL017W" "YAL021C" "YAL036C" ... ..$ : chr [1:6] "Complex1" "Complex2" "Complex3" "Complex4" ... } \details{ The APComEX is an example ISI for use as an example to try the simulatorAPMS package. } \source{ } \references{ } \examples{ data(APComEX) } \keyword{datasets}