org.intermine.model.bio.IntergenicRegion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bio-source-reactome Show documentation
Show all versions of bio-source-reactome Show documentation
InterMine bio sources modules
The 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 - 2025 Weber Informatics LLC | Privacy Policy