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

org.opencb.biodata.models.pedigree.Sex Maven / Gradle / Ivy

The newest version!
/*
 * 
 *
 */

package org.opencb.biodata.models.pedigree;

/**
 * @author Alejandro Aleman Ramos <[email protected]>
 */
public enum Sex {
    MALE,
    FEMALE,
    UNKNOWN_SEX
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy