org.intermine.model.bio.Transcript Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bio-source-homologene Show documentation
Show all versions of bio-source-homologene Show documentation
InterMine bio sources modules
The newest version!
package org.intermine.model.bio;
public interface Transcript extends org.intermine.model.bio.SequenceFeature
{
public org.intermine.model.bio.Protein getProtein();
public void setProtein(final org.intermine.model.bio.Protein protein);
public void proxyProtein(final org.intermine.objectstore.proxy.ProxyReference protein);
public org.intermine.model.InterMineObject proxGetProtein();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy