public abstract class DAFeature extends DACoreObject implements Feature
Modifier and Type | Class and Description |
---|---|
static class |
DAFeature.Status |
DAObject.DAComparator
Modifier and Type | Field and Description |
---|---|
protected Boolean |
current |
protected String |
description |
protected String |
displayName |
protected DAXRef |
displayXRef |
protected boolean |
initialized |
protected Integer |
length |
protected Set<ObjectType> |
mappedObjectTypes |
protected MappingSet |
mappings |
protected HashMap<ObjectType,MappingSet> |
objectTypeMappings |
protected DAFeature.Status |
status |
protected DADNASequence |
thisSequence |
comparaFactories, creationDate, modificationDate, species, stableID, version
daComparator, daoFactory, dbVersion, id, registry, schemaVersion
Constructor and Description |
---|
DAFeature() |
DAFeature(DAOCoreFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
addMappedObjectType(ObjectType mappedType) |
Boolean |
addMapping(Mapping mapping) |
void |
clearAllMappings() |
Integer |
convertChromosomePositionToFeature(Integer chromosomePosition)
Converts an Integer position on the TopLevel-annotated Target (typically the Chromosome)
to the position on this feature.
|
Coordinate |
convertToTargetCoordinate(Integer start,
Integer stop)
Converts a given range (relative to the annotation start site) to the Coordinates on the
annotated target TopLevel (genomic) sequence.
|
Integer |
convertToTargetPosition(Integer query)
Converts an Integer relative to the annotation start site to the position on the
annotated TopLevel target (genomic) sequence.
|
MappingSet |
getAnnotationLevelMappings() |
MappingSet |
getBuildLevelMappings() |
Mapping |
getChromosomeMapping()
Utility method to pull back a unique chromosomal mapping of this Feature.
|
Mapping |
getChromosomeMapping(Chromosome chr)
Utility method to pull back a single mapping of this Feature on a Given chromosome.
|
MappingSet |
getChromosomeMappings()
Method to return all chromosomal mappings for this feature.
|
Date |
getCreationDate() |
String |
getDescription() |
String |
getDisplayName() |
String |
getFlankingTargetSequenceAsString(Integer start,
Integer stop)
Retrieves the String representation of the target (genomic) sequence that
this feature is annotated upon, for the given range.
|
Integer |
getId() |
Integer |
getLength()
Returns the length of this feature, as calculated from its mapped
coordinates on the top level annotated sequence (typically the chromosome).
|
MappingSet |
getLoadedMappings() |
MappingSet |
getLoadedMappings(ObjectType targetType) |
Date |
getModificationDate() |
String |
getPaddedFlankingTargetSequenceAsString(Integer start,
Integer stop)
Retrieves the String representation of the target (genomic) sequence that
this feature is annotated upon, for the given range.
|
RNASequence |
getRNASequence()
Returns an RNASequence object trancribed from the DNASequence representing
the extent of this annotation.
|
String |
getRNASequenceAsString()
Returns a string representation of the RNASequence object trancribed from the DNASequence representing
the extent of this annotation.
|
String |
getRNASequenceAsString(Integer start,
Integer stop)
Returns a string representation for the given range of the RNASequence object
trancribed from the DNASequence representing the extent of this annotation.
|
DADNASequence |
getSequence()
Returns the sequence covered by this feature (i.e. a new DADNASequence
object representing this region of the genome, it might be a GAPSequence
if no sequence info is available).
|
String |
getSequenceAsString()
Returns the string representation of the (genomic) sequence that this
feature is annotated upon (at 'top level').
|
String |
getSequenceAsString(Integer start,
Integer stop)
Returns the string representation of the (genomic) sequence that this
feature is annotated upon (at 'top level'), for the specified range.
|
String |
getStatus() |
DADNASequence |
getTargetSequence()
Returns the (genomic) sequence that this feature is annotated upon (at
'top level').
|
MappingSet |
getTopLevelMappings() |
Coordinate |
getTopLevelTargetCoordinates() |
DADNASequence |
getTopLevelTargetSequence() |
Integer |
getVersion() |
protected void |
inititializeTopLevel()
This method is used to initialize the 'topLevelCS',
the 'topLevelTargetCoordinates' and the 'topLevelTargetSequence' fields.
|
Boolean |
isCurrent() |
boolean |
isInitialized() |
Boolean |
isObjectTypeMapped(ObjectType mappedType) |
void |
setCurrent(Boolean current) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setInitialized(boolean init) |
void |
setLength(Integer length) |
void |
setStatus(String status) |
getAssembly, getComparaDivision, getComparaFactory, getComparaFactory, getDaoFactory, getSpecies, getStableID, setCreationDate, setDBVersion, setModificationDate, setSpecies, setStableID, setVersion
getDBVersion, getHashID, getRegistry, getSchemaVersion, isLazyloadAllowed, setDaoFactory, setId, setLazyloadAllowed, setRegistry
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDBVersion, getHashID, getSchemaVersion, getType, setId
protected MappingSet mappings
protected HashMap<ObjectType,MappingSet> objectTypeMappings
protected Set<ObjectType> mappedObjectTypes
protected String description
protected DAXRef displayXRef
protected String displayName
protected DAFeature.Status status
protected DADNASequence thisSequence
protected boolean initialized
public DAFeature()
public DAFeature(DAOCoreFactory factory)
public MappingSet getLoadedMappings()
getLoadedMappings
in interface MappableObject
public MappingSet getLoadedMappings(ObjectType targetType)
getLoadedMappings
in interface MappableObject
public Boolean addMapping(Mapping mapping)
addMapping
in interface MappableObject
public void addMappedObjectType(ObjectType mappedType)
addMappedObjectType
in interface Feature
public Boolean isObjectTypeMapped(ObjectType mappedType)
isObjectTypeMapped
in interface Feature
public MappingSet getTopLevelMappings() throws DAOException
DAOException
public Mapping getChromosomeMapping(Chromosome chr) throws NonUniqueException
getChromosomeMapping
in interface Feature
chr
- NonUniqueException
- if more than one mapping for the chromosomepublic Mapping getChromosomeMapping() throws NonUniqueException
getChromosomeMapping
in interface Feature
NonUniqueException
- if more than one mapping for the chromosomepublic MappingSet getChromosomeMappings()
getChromosomeMappings
in interface Feature
public MappingSet getAnnotationLevelMappings() throws DAOException
DAOException
public MappingSet getBuildLevelMappings() throws DAOException
DAOException
public void clearAllMappings()
clearAllMappings
in interface MappableObject
public String getDescription()
public void setDescription(String description)
public boolean isInitialized()
public void setInitialized(boolean init)
public String getDisplayName()
public void setDisplayName(String displayName)
public void setCurrent(Boolean current)
protected void inititializeTopLevel() throws DAOException
DAOException
public DADNASequence getSequence()
public DADNASequence getTargetSequence()
public String getFlankingTargetSequenceAsString(Integer start, Integer stop) throws RangeException
start
- Integerstop
- IntegerRangeException
public String getPaddedFlankingTargetSequenceAsString(Integer start, Integer stop)
start
- Integerstop
- Integerpublic String getSequenceAsString()
public String getSequenceAsString(Integer start, Integer stop) throws RangeException
start
- Integerstop
- IntegerRangeException
public Integer convertChromosomePositionToFeature(Integer chromosomePosition)
chromosomePosition
- Integerpublic Integer convertToTargetPosition(Integer query)
query
- Integerpublic Coordinate convertToTargetCoordinate(Integer start, Integer stop)
start
- Integerstop
- Integerpublic RNASequence getRNASequence()
public String getRNASequenceAsString()
public String getRNASequenceAsString(Integer start, Integer stop) throws RangeException
start
- stop
- RangeException
public Integer getLength()
public Coordinate getTopLevelTargetCoordinates() throws DAOException
DAOException
public DADNASequence getTopLevelTargetSequence() throws DAOException
DAOException
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
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3