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

org.snpeff.interval.MarkerWithFrame Maven / Gradle / Ivy

The newest version!
package org.snpeff.interval;

/**
 * A Marker that has 'frame' information (Exon and Cds)
 * 
 * @author pcingola
 */
public interface MarkerWithFrame {

	public int getFrame();

	public void setFrame(int frame);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy