Example #1
0
 /**
  * Is polycistronic
  * 
  * @return boolean 
  */
 public function isPolycistronic()
 {
     return $this->genes->count() > 1 ? true : false;
 }