All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencb.biodata.models.variant.AllelesCode Maven / Gradle / Ivy

The newest version!
/*
 * 
 *
 */

package org.opencb.biodata.models.variant;

/**
 * Created with IntelliJ IDEA.
 * User: aleman
 * Date: 8/26/13
 * Time: 6:10 PM
 * To change this template use File | Settings | File Templates.
 */
public enum AllelesCode {
    ALLELES_OK,
    ALLELES_MISSING,
    PARTIAL_ALLELES_MISSING,
//    SECOND_ALLELE_MISSING,
//    ALL_ALLELES_MISSING,
    MULTIPLE_ALTERNATES
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy