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

de.charite.compbio.jannovar.annotation.PutativeImpact Maven / Gradle / Ivy

package de.charite.compbio.jannovar.annotation;

/**
 * Putative impact of an annotation.
 */
public enum PutativeImpact {
	/** high impact */
	HIGH,
	/** moderate impact */
	MODERATE,
	/** low impact */
	LOW,
	/** modifier of other {@link PutativeImpact} values */
	MODIFIER
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy