org.opencb.biodata.models.pedigree.Condition Maven / Gradle / Ivy
The newest version!
/*
*
*
*/
package org.opencb.biodata.models.pedigree;
/**
* @author Alejandro Aleman Ramos <[email protected]>
*/
public enum Condition {
MISSING_CONDITION,
AFFECTED,
UNAFFECTED,
UNKNOWN_CONDITION
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy