public class DAGene extends DAAnalyzedFeature implements Gene, VegaFeature, XRefed
DAFeature.Status
DAObject.DAComparator
Modifier and Type | Field and Description |
---|---|
protected HashMap<ExternalDBType,Set<DAXRef>> |
typedXRefs |
protected Set<DAXRef> |
xrefs |
current, description, displayName, displayXRef, initialized, length, mappedObjectTypes, mappings, objectTypeMappings, status, thisSequence
comparaFactories, creationDate, modificationDate, species, stableID, version
daComparator, daoFactory, dbVersion, id, registry, schemaVersion
Constructor and Description |
---|
DAGene() |
DAGene(DAOCoreFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
addHomology(EnsemblComparaDivision division,
DAHomologyPairRelationship homology) |
void |
addTranscript(Transcript transcript) |
protected void |
addTypedXRefs(ExternalDBType type,
Collection<? extends XRef> xrefs) |
TreeSet<String> |
getAllSynonyms() |
Set<DAXRef> |
getAllXRefs() |
String |
getBiotype() |
DATranscript |
getCanonicalTranscript() |
Integer |
getCanonicalTranscriptID() |
DATranslation |
getCanonicalTranslation() |
EnsemblComparaDivision |
getComparaDivision()
Note the special case for Bacteria in collections in DB >16
|
String |
getDisplayName() |
DAXRef |
getDisplayXRef() |
Integer |
getHomoeologueCount() |
List<DAHomologyPairRelationship> |
getHomologies()
Returns all Homologies (as a List of HomologyPairRelationships) in the default
ComparaDivision for this Gene.
|
List<DAHomologyPairRelationship> |
getHomologies(EnsemblComparaDivision comparaDivision)
Returns all Homologies (as a List of HomologyPairRelationships) in the specified
ComparaDivision for this Gene.
|
List<DAHomologyPairRelationship> |
getHomologies(EnsemblComparaDivision comparaDivision,
Species sp)
Returns Homologies (as a List of HomologyPairRelationships) in the specified
ComparaDivision for the specified Species.
|
List<DAHomologyPairRelationship> |
getHomologies(Species sp)
Returns Homologies (as a List of HomologyPairRelationships) in the default
ComparaDivision for this Gene for the specified Species.
|
List<DAHomologyPairRelationship> |
getHomologiesWithoutLazyLoad()
Utility method to get all of the current DAHomologyPairRelationships for this Gene
|
Integer |
getOrthologueCount() |
Integer |
getParalogueCount() |
String |
getStableID() |
TreeSet<String> |
getSynonyms(XRef xref) |
Collection<DATranscript> |
getTranscripts() |
ObjectType |
getType() |
String |
getVegaID()
Returns any curated VegaID for the Gene, forcing lazy load if not set, and defaulting
to an empty string if absent (e.g. for all the invertebrate species in EnsemblGenomes).
|
Set<DAXRef> |
getVegaXRefs() |
protected Set<DAXRef> |
getXRefs(ExternalDBType type)
Returns preloaded XRefs of given type: Note - does not lazy load these
|
void |
setBiotype(String biotype) |
void |
setCanonicalTranscript(DATranscript transcript) |
void |
setCanonicalTranscriptID(Integer canonicalTranscriptID) |
void |
setDisplayXRef(DAXRef xref) |
void |
setHomoeologueCount(Integer homoeologueCount) |
void |
setOrthologueCount(Integer orthologueCount) |
void |
setParalogueCount(Integer paralogueCount) |
boolean |
setSearchedHomologies(EnsemblComparaDivision comparaDivision) |
void |
setStableID(String stableID) |
getAnalysis, getAnalysisID, setAnalysisID
addMappedObjectType, addMapping, clearAllMappings, convertChromosomePositionToFeature, convertToTargetCoordinate, convertToTargetPosition, getAnnotationLevelMappings, getBuildLevelMappings, getChromosomeMapping, getChromosomeMapping, getChromosomeMappings, getCreationDate, getDescription, getFlankingTargetSequenceAsString, getId, getLength, getLoadedMappings, getLoadedMappings, getModificationDate, getPaddedFlankingTargetSequenceAsString, getRNASequence, getRNASequenceAsString, getRNASequenceAsString, getSequence, getSequenceAsString, getSequenceAsString, getStatus, getTargetSequence, getTopLevelMappings, getTopLevelTargetCoordinates, getTopLevelTargetSequence, getVersion, inititializeTopLevel, isCurrent, isInitialized, isObjectTypeMapped, setCurrent, setDescription, setDisplayName, setInitialized, setLength, setStatus
getAssembly, getComparaFactory, getComparaFactory, getDaoFactory, getSpecies, setCreationDate, setDBVersion, setModificationDate, setSpecies, setVersion
getDBVersion, getHashID, getRegistry, getSchemaVersion, isLazyloadAllowed, setDaoFactory, setId, setLazyloadAllowed, setRegistry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription
addMappedObjectType, getChromosomeMapping, getChromosomeMapping, getChromosomeMappings, isCurrent, isObjectTypeMapped
addMapping, clearAllMappings, getLoadedMappings, getLoadedMappings
getDBVersion, getHashID, getId, getSchemaVersion, setId
getAnalysis, getAnalysisID, setAnalysisID
protected HashMap<ExternalDBType,Set<DAXRef>> typedXRefs
public DAGene()
public DAGene(DAOCoreFactory factory)
public ObjectType getType()
getType
in interface IdentifiableObject
public String getBiotype()
getBiotype
in interface Gene
public void setBiotype(String biotype)
public Collection<DATranscript> getTranscripts()
getTranscripts
in interface Gene
public void addTranscript(Transcript transcript)
public DATranscript getCanonicalTranscript()
getCanonicalTranscript
in interface Gene
public void setCanonicalTranscript(DATranscript transcript)
public String getStableID()
getStableID
in interface StableID
getStableID
in class DACoreObject
public void setStableID(String stableID)
setStableID
in interface StableID
setStableID
in class DACoreObject
public Integer getCanonicalTranscriptID()
public void setCanonicalTranscriptID(Integer canonicalTranscriptID)
public DATranslation getCanonicalTranslation()
getCanonicalTranslation
in interface Gene
public EnsemblComparaDivision getComparaDivision()
getComparaDivision
in class DACoreObject
public List<DAHomologyPairRelationship> getHomologies()
getHomologies
in interface Gene
public List<DAHomologyPairRelationship> getHomologies(EnsemblComparaDivision comparaDivision)
getHomologies
in interface Gene
comparaDivision
- public List<DAHomologyPairRelationship> getHomologies(Species sp)
getHomologies
in interface Gene
sp
- public List<DAHomologyPairRelationship> getHomologies(EnsemblComparaDivision comparaDivision, Species sp)
getHomologies
in interface Gene
comparaDivision
- sp
- public void addHomology(EnsemblComparaDivision division, DAHomologyPairRelationship homology)
public boolean setSearchedHomologies(EnsemblComparaDivision comparaDivision)
public String getDisplayName()
getDisplayName
in class DAFeature
public List<DAHomologyPairRelationship> getHomologiesWithoutLazyLoad()
getHomologiesWithoutLazyLoad
in interface Gene
protected Set<DAXRef> getXRefs(ExternalDBType type)
type
- public DAXRef getDisplayXRef()
getDisplayXRef
in interface WithDisplayXRef
public void setDisplayXRef(DAXRef xref)
public String getVegaID()
getVegaID
in interface VegaFeature
public Set<DAXRef> getVegaXRefs()
getVegaXRefs
in interface VegaFeature
public Set<DAXRef> getAllXRefs()
getAllXRefs
in interface XRefed
public TreeSet<String> getAllSynonyms()
getAllSynonyms
in interface XRefed
public TreeSet<String> getSynonyms(XRef xref)
getSynonyms
in interface XRefed
protected void addTypedXRefs(ExternalDBType type, Collection<? extends XRef> xrefs)
public Integer getOrthologueCount()
public void setOrthologueCount(Integer orthologueCount)
public Integer getParalogueCount()
public void setParalogueCount(Integer paralogueCount)
public Integer getHomoeologueCount()
public void setHomoeologueCount(Integer homoeologueCount)
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3