org.intermine.model.bio.SyntenicRegion 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 SyntenicRegion extends org.intermine.model.bio.SequenceFeature
{
public org.intermine.model.bio.SyntenyBlock getSyntenyBlock();
public void setSyntenyBlock(final org.intermine.model.bio.SyntenyBlock syntenyBlock);
public void proxySyntenyBlock(final org.intermine.objectstore.proxy.ProxyReference syntenyBlock);
public org.intermine.model.InterMineObject proxGetSyntenyBlock();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy