\name{runSimEX} \alias{runSimEX} \docType{data} \title{The output of the simulation with fullSimEX as the input} \description{ The runSimEX is a matrix representing PPCM graph with error. It is the output of the simulation function. } \usage{data(runSimEX)} \format{ The format is: num [1:6, 1:35] 1 0 0 0 0 1 0 1 0 0 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:6] "YAL015C" "YAL017W" "YAL021C" "YAL036C" ... ..$ : chr [1:35] "YAL015C" "YAL017W" "YAL021C" "YAL036C" ... } \details{ This is first input for runAPComplex function } \source{ } \references{ } \examples{ data(runSimEX) } \keyword{datasets}