public class DATranslation extends DACoreObject implements Translation, XRefed, VegaFeature
DAObject.DAComparator
Modifier and Type | Field and Description |
---|---|
protected HashMap<ExternalDBType,Set<DAXRef>> |
typedXRefs |
protected Set<DAXRef> |
xrefs |
comparaFactories, creationDate, modificationDate, species, stableID, version
daComparator, daoFactory, dbVersion, id, registry, schemaVersion
Constructor and Description |
---|
DATranslation() |
Modifier and Type | Method and Description |
---|---|
protected void |
addTypedXRefs(ExternalDBType type,
Collection<? extends XRef> xrefs) |
Integer |
getAAPositionFromChromosome(Integer chromosomePosition)
Returns the amino acid position on this translation for a given
Chromosomal Position
|
Integer |
getAAPositionFromPrimaryTranscript(Integer primaryTranscriptPosition)
Returns the amino acid position on this translation for a given
Primary Transcript Position
|
Integer |
getAAPositionFromProcessedTranscript(Integer processedTranscriptPosition)
Returns the amino acid position on this translation for a given
Processed Transcript Position
|
TreeSet<String> |
getAllSynonyms() |
Set<DAXRef> |
getAllXRefs() |
Integer |
getBasePositionFromChromosome(Integer chromosomePosition)
Returns the nucleotide position on this translation sequence for a given
Chromosomal Position
|
Integer |
getBasePositionFromPrimaryTranscript(Integer primaryTranscriptPosition)
Returns the nucleotide position on this translation sequence for a given
primary Transcript position
|
Integer |
getBasePositionFromProcessedTranscript(Integer processedTranscriptPosition)
Returns the nucleotide position on this translation sequence for a given
processed (spliced) transcript position.
|
Coordinate |
getChromosomePositionFromAA(Integer aminoAcidPosition)
Returns the mapped chromosomal coordinates of an amino acid position.
|
Integer |
getChromosomePositionFromBASE(Integer translationBase)
Returns the mapped chromosomal position of a translation (nucleotide) position.
|
Date |
getCreationDate() |
DAExon |
getFirstExon()
Returns the first Exon of this Translation.
|
Integer |
getFirstExonID()
Returns the internal database ID of the first Exon for this translation.
|
Integer |
getFirstExonStart()
Returns the (relative) position of the translational start in the first exon of this Translation.
|
DAGene |
getGene()
Gets the Gene associated with this Translation via the associated Transcript.
|
Integer |
getId() |
DAExon |
getLastExon()
Returns the last Exon of this Translation.
|
Integer |
getLastExonEnd()
Returns the (relative) position of the translational end in the last exon
of this Translation.
|
Integer |
getLastExonID()
Returns the internal database ID of the last Exon for this translation.
|
int |
getLength()
Returns the length of the translated nucleotide sequence, i.e. from first
nucleotide of the start codon to end of the stop codon.
|
Date |
getModificationDate() |
Coordinate |
getPrimaryTranscriptPositionFromAA(Integer aminoAcidPosition)
Returns the mapped coordinates of an amino acid position on the unprocessed
primary transcript that provides this translation.
|
Integer |
getPrimaryTranscriptPositionFromBASE(Integer translationBase)
Returns the mapped position of a translation (nucleotide) position on the unprocessed
primary transcript that provides this translation.
|
Coordinate |
getProcessedTranscriptPositionFromAA(Integer aminoAcidPosition)
Returns the mapped coordinates of an amino acid position on the (spliced) processed
transcript that provides this translation.
|
Integer |
getProcessedTranscriptPositionFromBASE(Integer translationBase)
Returns the mapped position of a translation (nucleotide) position on the (spliced) processed
transcript that provides this translation.
|
List<? extends ProteinFeature> |
getProteinFeatures() |
ProteinSequence |
getProteinSequence()
Returns a (BioJava) ProteinSequence for this Translation.
|
ProteinSequence |
getProteinSequence(Integer codonTable)
Returns a (BioJava) ProteinSequence for this Translation using the specified
Codon Table ID to retrieve the appropriate (BioJava) TranscriptionEngine.
|
ProteinSequence |
getProteinSequence(TranscriptionEngine trancriptionEngine)
Returns a (BioJava) ProteinSequence for this Translation using the specified (BioJava)
TranscriptionEngine.
|
String |
getProteinSequenceAsString()
Convenience method to get the Amino Acid sequence of the protein product of
this translation.
|
String |
getProteinSequenceAsString(Integer codonTable)
Convenience method to get the Amino Acid sequence of the protein product of
this translation.
|
String |
getProteinSequenceAsString(Integer start,
Integer end)
Convenience method to get the Amino Acid sequence of the given range of the
protein product of this translation.
|
String |
getProteinSequenceAsString(Integer codonTable,
Integer start,
Integer end)
Convenience method to get the Amino Acid sequence of the given range of the
protein product of this translation.
|
String |
getProteinSequenceAsString(TranscriptionEngine trancriptionEngine)
Convenience method to get the Amino Acid sequence of the protein product of
this translation.
|
String |
getProteinSequenceAsString(TranscriptionEngine trancriptionEngine,
Integer start,
Integer end)
Convenience method to get the Amino Acid sequence of the given range of the
protein product of this translation.
|
RNASequence |
getRNASequence()
Returns a (BioJava) RNASequence for this Translation using the default (BioJava)
TranscriptionEngine or one assigned to this Gene/Organism.
|
RNASequence |
getRNASequence(TranscriptionEngine engine)
Returns a (BioJava) RNASequence for this Translation using the specified (BioJava)
TranscriptionEngine or one assigned to this Gene/Organism.
|
String |
getRNASequenceAsString() |
String |
getRNASequenceAsString(Integer start,
Integer stop) |
String |
getRNASequenceAsString(TranscriptionEngine engine) |
String |
getRNASequenceAsString(TranscriptionEngine engine,
Integer start,
Integer stop) |
String |
getStableID() |
TreeSet<String> |
getSynonyms(XRef xref) |
DATranscript |
getTranscript() |
Integer |
getTranscriptID() |
DNASequence |
getTranslatedSequence()
Returns a DNASequence object representing the translation.
|
String |
getTranslatedSequenceAsString()
Returns a String representation of this Translation ( i.e. the DNA Sequence...).
|
String |
getTranslatedSequenceAsString(Integer start,
Integer stop)
Returns a String representation of this Translation for the given range
(i.e. the DNA Sequence...).
|
MappingSet |
getTranslationMappings()
Returns the Set of Mappings between coordinates on this Translation and
the Primary transcript.
|
ObjectType |
getType() |
String |
getVegaID()
Returns any curated VegaID for the Translation, 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() |
Integer |
getVersion() |
protected Set<DAXRef> |
getXRefs(ExternalDBType type)
Returns preloaded XRefs of given type: Note - does not lazy load these.
|
boolean |
isCanonical()
Returns whether this Translation is marked as the Canonical Translation for
its transcript.
|
boolean |
isInitialized() |
void |
setCanonical(boolean canonical) |
void |
setFirstExonID(Integer firstExonID) |
void |
setFirstExonStart(Integer firstExonStart) |
void |
setInitialized(boolean init) |
void |
setLastExonEnd(Integer lastExonEnd) |
void |
setLastExonID(Integer lastExonID) |
void |
setStableID(String stableID) |
void |
setTranscript(Transcript transcript) |
void |
setTranscriptID(Integer transcriptID) |
void |
setVegaProteinID(String vegaProteinID) |
getAssembly, getComparaDivision, 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
getDBVersion, getHashID, getSchemaVersion, setId
protected HashMap<ExternalDBType,Set<DAXRef>> typedXRefs
public DATranslation()
public List<? extends ProteinFeature> getProteinFeatures()
getProteinFeatures
in interface Translation
public DATranscript getTranscript()
getTranscript
in interface Translation
public boolean isInitialized()
public void setInitialized(boolean init)
public void setTranscript(Transcript transcript)
setTranscript
in interface Translation
public ObjectType getType()
getType
in interface IdentifiableObject
public boolean isCanonical()
public void setCanonical(boolean canonical)
public Integer getFirstExonID()
public void setFirstExonID(Integer firstExonID)
public Integer getFirstExonStart()
public void setFirstExonStart(Integer firstExonStart)
public Integer getLastExonID()
public void setLastExonID(Integer lastExonID)
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 DAExon getFirstExon()
public DAGene getGene()
public DAExon getLastExon()
public Integer getLastExonEnd()
public void setLastExonEnd(Integer lastExonEnd)
public ProteinSequence getProteinSequence(Integer codonTable)
public ProteinSequence getProteinSequence(TranscriptionEngine trancriptionEngine)
public ProteinSequence getProteinSequence()
getProteinSequence
in interface Translation
public String getProteinSequenceAsString()
public String getProteinSequenceAsString(Integer codonTable)
codonTable
- public String getProteinSequenceAsString(TranscriptionEngine trancriptionEngine)
trancriptionEngine
- public String getProteinSequenceAsString(Integer start, Integer end)
start
- end
- RangeException
- if position does not lie within the peptide and stop codons.public String getProteinSequenceAsString(Integer codonTable, Integer start, Integer end)
start
- end
- RangeException
- if position does not lie within the peptidepublic String getProteinSequenceAsString(TranscriptionEngine trancriptionEngine, Integer start, Integer end)
start
- end
- RangeException
- if position does not lie within the peptidepublic String getTranslatedSequenceAsString()
public String getTranslatedSequenceAsString(Integer start, Integer stop) throws RangeException, IllegalArgumentException
start
- stop
- RangeException
IllegalArgumentException
public Integer getPrimaryTranscriptPositionFromBASE(Integer translationBase)
translationBase
- a nucleotide position on the translated sequencepublic Integer getProcessedTranscriptPositionFromBASE(Integer translationBase) throws DAOException
translationBase
- a nucleotide position on the translated sequenceDAOException
public Integer getChromosomePositionFromBASE(Integer translationBase) throws DAOException
translationBase
- a nucleotide position on the translated sequenceDAOException
public Coordinate getPrimaryTranscriptPositionFromAA(Integer aminoAcidPosition) throws RangeException
aminoAcidPosition
- RangeException
- if position does not lie within the peptidepublic Coordinate getProcessedTranscriptPositionFromAA(Integer aminoAcidPosition) throws DAOException, RangeException
aminoAcidPosition
- RangeException
- if position does not lie within the peptideDAOException
public Coordinate getChromosomePositionFromAA(Integer aminoAcidPosition) throws DAOException, RangeException
aminoAcidPosition
- DAOException
RangeException
- if position does not lie within the peptidepublic Integer getBasePositionFromChromosome(Integer chromosomePosition)
chromosomePosition
- public Integer getBasePositionFromPrimaryTranscript(Integer primaryTranscriptPosition)
primaryTranscriptPosition
- public Integer getBasePositionFromProcessedTranscript(Integer processedTranscriptPosition)
processedTranscriptPosition
- public Integer getAAPositionFromChromosome(Integer chromosomePosition)
chromosomePosition
- public Integer getAAPositionFromPrimaryTranscript(Integer primaryTranscriptPosition)
primaryTranscriptPosition
- public Integer getAAPositionFromProcessedTranscript(Integer processedTranscriptPosition)
processedTranscriptPosition
- public int getLength()
public DNASequence getTranslatedSequence()
public MappingSet getTranslationMappings()
public RNASequence getRNASequence()
public RNASequence getRNASequence(TranscriptionEngine engine)
public String getRNASequenceAsString()
public String getRNASequenceAsString(TranscriptionEngine engine)
public String getRNASequenceAsString(Integer start, Integer stop)
public String getRNASequenceAsString(TranscriptionEngine engine, Integer start, Integer stop)
public String getVegaID()
getVegaID
in interface VegaFeature
public Set<DAXRef> getVegaXRefs()
getVegaXRefs
in interface VegaFeature
protected Set<DAXRef> getXRefs(ExternalDBType type)
type
- public Set<DAXRef> getAllXRefs()
getAllXRefs
in interface XRefed
protected void addTypedXRefs(ExternalDBType type, Collection<? extends XRef> xrefs)
public Integer getTranscriptID()
public void setTranscriptID(Integer transcriptID)
public void setVegaProteinID(String vegaProteinID)
public Integer getId()
getId
in interface IdentifiableObject
getId
in class DAObject
public Integer getVersion()
getVersion
in interface StableID
getVersion
in class DACoreObject
public Date getModificationDate()
getModificationDate
in interface StableID
getModificationDate
in class DACoreObject
public Date getCreationDate()
getCreationDate
in interface StableID
getCreationDate
in class DACoreObject
public TreeSet<String> getAllSynonyms()
getAllSynonyms
in interface XRefed
public TreeSet<String> getSynonyms(XRef xref)
getSynonyms
in interface XRefed
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3