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
}