public int hashCode() {
   int code = 17;
   code += geneName.hashCode();
   code *= 37;
   code += s288cCoords.hashCode();
   code *= 37;
   return code;
 }