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

org.intermine.model.bio.IntergenicRegion Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package org.intermine.model.bio;

public interface IntergenicRegion extends org.intermine.model.bio.SequenceFeature
{
    public java.util.Set getAdjacentGenes();
    public void setAdjacentGenes(final java.util.Set adjacentGenes);
    public void addAdjacentGenes(final org.intermine.model.bio.Gene arg);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy