public class DADNASequence extends DNASequence implements CoreObject, DNASequence
DNASequence.DNAType
AbstractSequence.AnnotationType
Modifier and Type | Field and Description |
---|---|
protected Integer |
codonTableID |
protected HashMap<EnsemblComparaDivision,DAOComparaFactory> |
comparaFactories |
protected CoordinateSystem |
coordSystem |
protected Integer |
csID |
protected DAOFactory |
daoFactory |
protected Integer |
DBSeqLength |
protected String |
dbSpeciesName |
protected String |
dbVersion |
protected Integer |
id |
protected boolean |
lazyLoaded |
protected HashMap<ObjectType,CoordinateSet> |
mappedRegions |
protected MappingSet |
mappings |
protected String |
name |
protected HashMap<ObjectType,MappingSet> |
objectTypeMappings |
protected Registry |
registry |
protected String |
schemaVersion |
protected Integer |
seqRegionID |
protected Species |
species |
Constructor and Description |
---|
DADNASequence() |
DADNASequence(DAEnsemblDNASequenceReader proxyLoader) |
DADNASequence(DAOCoreFactory factory) |
DADNASequence(String sequence) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String key,
String value) |
Boolean |
addMapping(Mapping mapping) |
void |
clearAllMappings() |
String |
getAssembly() |
String |
getAttribute(String key) |
HashMap<String,String> |
getAttributes() |
Integer |
getBioEnd() |
Integer |
getCodonTableID() |
EnsemblComparaDivision |
getComparaDivision()
Note the special case for Bacteria in collections in DB >16
|
DAOComparaFactory |
getComparaFactory() |
DAOComparaFactory |
getComparaFactory(EnsemblComparaDivision comparaDivision) |
CoordinateSystem |
getCoordSystem() |
Integer |
getCsID() |
DAOCoreFactory |
getDaoFactory() |
String |
getDBName() |
Integer |
getDBSeqLength() |
String |
getDBVersion() |
List<DAGene> |
getGenesOnRegion(Coordinate coord)
Returns a List of Genes on the specified Coordinate region.
|
List<DAGene> |
getGenesOnRegion(Integer start,
Integer stop)
Returns a List of Genes on the specified Region.
|
List<DAGene> |
getGenesOnRegion(Integer start,
Integer stop,
Coordinate.Strand strand)
Returns a List of Genes on the specified Region.
|
String |
getHashID() |
Integer |
getId() |
int |
getLength() |
MappingSet |
getLoadedMappings() |
MappingSet |
getLoadedMappings(ObjectType targetType) |
HashMap<ObjectType,CoordinateSet> |
getMappedRegions() |
String |
getName() |
HashMap<ObjectType,MappingSet> |
getObjectTypeMappings() |
String |
getPaddedReverseComplementSequenceAsString(Integer begin,
Integer end)
Method to get a string representation of the reverse complement of the
sequence for the given range.
|
String |
getPaddedSequenceAsString(Integer begin,
Integer end)
Method to get a string representation of the sequence for the given range.
|
HashMap<DADNASequence,MappingSet> |
getRegionsOfConservedSynteny(Coordinate range,
Species target)
Specifies method to retrieve all potential regions of conserved synteny
(i.e. multiple chromosome regions) in the specified target Species
|
HashMap<DADNASequence,MappingSet> |
getRegionsOfConservedSynteny(Coordinate range,
Species target,
String chrName)
Method to retrieve a single potential region of conserved synteny
for the named chromosome in the specified target Species.
|
Registry |
getRegistry() |
String |
getReverseComplementSequenceAsString()
Method to get a string representation of the reverse complement of the
sequence.
|
String |
getReverseComplementSequenceAsString(Integer begin,
Integer end)
Method to get a string representation of the reverse complement of the
sequence for the given range.
|
String |
getSchemaVersion() |
String |
getSequenceAsString(Integer begin,
Integer end)
Method to get a string representation of the sequence for the given range.
|
String |
getSequenceAsString(Integer bioStart,
Integer bioEnd,
Strand strand)
Deprecated.
|
Species |
getSpecies() |
ObjectType |
getType() |
List<? extends Mapping> |
getVariationMappingsOnRegion(Coordinate coord)
Returns List of Mappings of Variations on specified Coordinate Region.
|
List<? extends Mapping> |
getVariationMappingsOnRegion(Integer start,
Integer stop)
Returns List of Mappings of Variations on specified Coordinate Region.
|
List<DAVariation> |
getVariationsOnRegion(Coordinate coord)
Returns list of Variations on specified Coordinate Region.
|
List<DAVariation> |
getVariationsOnRegion(Integer start,
Integer stop)
Returns list of Variations on specified Region.
|
void |
setAttributes(HashMap<String,String> attribs) |
void |
setCodonTableID(Integer id) |
void |
setCoordSystem(CoordinateSystem coordSystem) |
void |
setCsID(Integer csID) |
void |
setDaoFactory(DAOFactory daoFactory) |
void |
setDBSeqLength(Integer seqLength) |
void |
setId(Integer id) |
void |
setLazyLoaded(boolean b) |
void |
setName(String name) |
void |
setRegistry(Registry datasource) |
void |
setSequenceStorage(DAEnsemblDNASequenceReader proxyLoader) |
void |
setSpecies(Species species) |
String |
toString() |
getComplement, getDNAType, getGCCount, getReverse, getReverseComplement, getRNASequence, getRNASequence, getRNASequence, getRNASequence, main, setDNAType
addFeature, addFeature, addNote, countCompounds, getAccession, getAnnotationType, getAsList, getBioBegin, getCompoundAt, getCompoundSet, getDatabaseReferences, getDescription, getFeatures, getFeatures, getFeatures, getFeaturesByType, getFeaturesKeyWord, getIndexOf, getInverse, getLastIndexOf, getNotesList, getOriginalHeader, getParentSequence, getProxySequenceReader, getSequenceAsString, getSequenceScore, getSource, getSubSequence, getTaxonomy, getUserCollection, iterator, removeFeature, removeNote, setAccession, setAnnotationType, setBioBegin, setBioEnd, setCompoundSet, setDatabaseReferences, setDescription, setFeaturesKeyWord, setNotesList, setOriginalHeader, setParentSequence, setProxySequenceReader, setSequenceScore, setSource, setTaxonomy, setUserCollection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
countCompounds, getAsList, getCompoundAt, getCompoundSet, getIndexOf, getInverse, getLastIndexOf, getSequenceAsString, getSubSequence
getAccession
protected DAOFactory daoFactory
protected String schemaVersion
protected Integer seqRegionID
protected String dbSpeciesName
protected Integer DBSeqLength
protected CoordinateSystem coordSystem
protected MappingSet mappings
protected HashMap<ObjectType,CoordinateSet> mappedRegions
protected HashMap<ObjectType,MappingSet> objectTypeMappings
protected HashMap<EnsemblComparaDivision,DAOComparaFactory> comparaFactories
protected Integer codonTableID
protected boolean lazyLoaded
public DADNASequence()
public DADNASequence(DAEnsemblDNASequenceReader proxyLoader)
public DADNASequence(String sequence)
public DADNASequence(DAOCoreFactory factory)
public void setSequenceStorage(DAEnsemblDNASequenceReader proxyLoader)
public DAOCoreFactory getDaoFactory()
public void setDaoFactory(DAOFactory daoFactory)
public String getSchemaVersion()
getSchemaVersion
in interface IdentifiableObject
public String getDBVersion()
getDBVersion
in interface IdentifiableObject
public Registry getRegistry()
public void setRegistry(Registry datasource)
public Integer getId()
getId
in interface IdentifiableObject
public void setId(Integer id)
setId
in interface IdentifiableObject
public Species getSpecies()
getSpecies
in interface CoreObject
public void setSpecies(Species species)
setSpecies
in interface CoreObject
public ObjectType getType()
getType
in interface IdentifiableObject
public Integer getDBSeqLength()
getDBSeqLength
in interface DNASequence
public void setDBSeqLength(Integer seqLength)
setDBSeqLength
in interface DNASequence
public Integer getBioEnd()
getBioEnd
in class AbstractSequence<NucleotideCompound>
public int getLength()
getLength
in interface Sequence<NucleotideCompound>
getLength
in class AbstractSequence<NucleotideCompound>
public String getName()
getName
in interface DNASequence
public void setName(String name)
setName
in interface DNASequence
public CoordinateSystem getCoordSystem()
getCoordSystem
in interface DNASequence
public void setCoordSystem(CoordinateSystem coordSystem)
setCoordSystem
in interface DNASequence
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 List<DAGene> getGenesOnRegion(Coordinate coord) throws DAOException
getGenesOnRegion
in interface DNASequence
coord
- DAOException
public List<DAGene> getGenesOnRegion(Integer start, Integer stop, Coordinate.Strand strand) throws DAOException
getGenesOnRegion
in interface DNASequence
start
- stop
- strand
- DAOException
public List<DAGene> getGenesOnRegion(Integer start, Integer stop) throws DAOException
getGenesOnRegion
in interface DNASequence
start
- stop
- DAOException
public String getSequenceAsString(Integer begin, Integer end) throws RangeException
getSequenceAsString
in interface DNASequence
begin
- end
- RangeException
public String getPaddedSequenceAsString(Integer begin, Integer end)
getPaddedSequenceAsString
in interface DNASequence
begin
- end
- @Deprecated public String getSequenceAsString(Integer bioStart, Integer bioEnd, Strand strand)
getSequenceAsString
in class AbstractSequence<NucleotideCompound>
public String getReverseComplementSequenceAsString(Integer begin, Integer end) throws RangeException
getReverseComplementSequenceAsString
in interface DNASequence
begin
- end
- RangeException
public String getPaddedReverseComplementSequenceAsString(Integer begin, Integer end)
getPaddedReverseComplementSequenceAsString
in interface DNASequence
begin
- end
- public String getReverseComplementSequenceAsString()
getReverseComplementSequenceAsString
in interface DNASequence
public HashMap<ObjectType,MappingSet> getObjectTypeMappings()
getObjectTypeMappings
in interface DNASequence
public HashMap<ObjectType,CoordinateSet> getMappedRegions()
getMappedRegions
in interface DNASequence
public String getHashID()
getHashID
in interface IdentifiableObject
public String toString()
toString
in class AbstractSequence<NucleotideCompound>
public void clearAllMappings()
clearAllMappings
in interface MappableObject
public EnsemblComparaDivision getComparaDivision()
public DAOComparaFactory getComparaFactory(EnsemblComparaDivision comparaDivision)
public DAOComparaFactory getComparaFactory()
public HashMap<DADNASequence,MappingSet> getRegionsOfConservedSynteny(Coordinate range, Species target) throws DAOException
getRegionsOfConservedSynteny
in interface DNASequence
range
- target
- DAOException
public HashMap<DADNASequence,MappingSet> getRegionsOfConservedSynteny(Coordinate range, Species target, String chrName) throws DAOException
getRegionsOfConservedSynteny
in interface DNASequence
range
- target
- chrName
- DAOException
public String getAssembly()
getAssembly
in interface CoreObject
public List<DAVariation> getVariationsOnRegion(Coordinate coord) throws DAOException
getVariationMappingsOnRegion(Coordinate coord)
methods.getVariationsOnRegion
in interface DNASequence
coord
- DAOException
public List<DAVariation> getVariationsOnRegion(Integer start, Integer stop) throws DAOException
getVariationMappingsOnRegion(Integer start, Integer stop)
methods. Start/Stop locations must be
both Non-Null and Non-ZERO or a Runtime IllegalArgumentException will be thrown.getVariationsOnRegion
in interface DNASequence
start
- stop
- DAOException
public List<? extends Mapping> getVariationMappingsOnRegion(Coordinate coord) throws DAOException
getVariationsOnRegion(Coordinate coord)
methods.getVariationMappingsOnRegion
in interface DNASequence
coord
- DAOException
public List<? extends Mapping> getVariationMappingsOnRegion(Integer start, Integer stop) throws DAOException
getVariationsOnRegion(Integer start, Integer stop)
methods. Start/Stop locations must be
both Non-Null and Non-ZERO or a Runtime IllegalArgumentException will be thrown.getVariationMappingsOnRegion
in interface DNASequence
start
- stop
- DAOException
public Integer getCodonTableID()
getCodonTableID
in interface DNASequence
public void setCodonTableID(Integer id)
public void addAttribute(String key, String value)
public String getAttribute(String key)
public void setAttributes(HashMap<String,String> attribs)
public HashMap<String,String> getAttributes()
public void setLazyLoaded(boolean b)
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3