Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
uk.ac.roslin.ensembl.model.core
Interface Gene
- All Superinterfaces:
- Feature, IdentifiableObject, MappableObject, Serializable
public interface Gene
- extends Feature
getDescription
String getDescription()
getAnalysis
Analysis getAnalysis()
getBiotype
String getBiotype()
getCanonicalTranscript
Transcript getCanonicalTranscript()
getCanonicalTranslation
Translation getCanonicalTranslation()
getTranscripts
Collection<? extends Transcript> getTranscripts()
getHomologies
List<? extends HomologyPairRelationship> getHomologies()
getHomologies
List<? extends HomologyPairRelationship> getHomologies(Species sp)
getHomologies
List<? extends HomologyPairRelationship> getHomologies(EnsemblComparaDivision speciesGroup)
getHomologies
List<? extends HomologyPairRelationship> getHomologies(EnsemblComparaDivision speciesGroup,
Species sp)
getHomologiesWithoutLazyLoad
List<? extends HomologyPairRelationship> getHomologiesWithoutLazyLoad()
Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3