示例#1
0
 /**
  * @return The allele sharing the same bases as this byte[], or null if no such allele is present.
  */
 public Allele getAllele(byte[] allele) {
   return Allele.getMatchingAllele(getAlleles(), allele);
 }