org.intermine.model.bio.SequenceVariant 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 SequenceVariant extends org.intermine.model.InterMineObject
{
public java.util.Set getGenes();
public void setGenes(final java.util.Set genes);
public void addGenes(final org.intermine.model.bio.Gene arg);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy