Example #1
0
 /** Get genotype string */
 public String getGenotype() {
   if (variant == null) return "";
   return variant.getGenotype();
 }