public class DAAssembly extends Object implements Assembly
Modifier and Type | Field and Description |
---|---|
protected Integer |
assemblyStart |
protected Integer |
assemblyStop |
protected MappingSet |
componentMappings |
protected boolean |
hasPAR |
protected MappingSet |
pARMappings |
protected MappingSet |
stitchedComponentMappings |
Constructor and Description |
---|
DAAssembly() |
Modifier and Type | Method and Description |
---|---|
static DAAssembly |
getAssembly(DAAssembledDNASequence parent) |
static DAAssembly |
getAssembly(DAAssembledDNASequence parent,
Integer start,
Integer stop) |
Integer |
getAssemblyStart() |
Integer |
getAssemblyStop() |
MappingSet |
getMappings()
Returns the MappingSet 'componentMappings' of all of the mappings of all of the DNASequences that make up this
assembly.
|
String |
getPaddedReverseComplementSequenceAsString(Integer start,
Integer stop)
Returns a String representation of the reverse complement of theassembly sequence for the given range.
|
String |
getPaddedSequenceAsString(Integer start,
Integer stop)
Returns a String representation of the assembly sequence for the given range.
|
DAAssembledDNASequence |
getParent()
Returns the DAAssembledDNASequence that this assembly holds (its 'Parent').
|
String |
getReverseComplementSequenceAsString(Integer start,
Integer stop)
Returns a String representation of the reverse complement of the assembly sequence for the given range.
|
String |
getSequenceAsString(Integer start,
Integer stop)
Returns a String representation of the assembly sequence for the given range.
|
MappingSet |
getStitchedMappings()
Returns the MappingSet 'stitchedComponentMappings' of all of the mappings
of all of the DNASequences that make up this assembly, that have been 'edited',
i.e. stitched together into a single continuous gap free assembly.
|
MappingSet |
getStitchedMappings(Integer start,
Integer stop)
For a given range, returns a subset of the MappingSet 'stitchedComponentMappings' of all of the mappings
of all of the DNASequences that make up this assembly, that have been 'edited',
i.e. stitched together into a single continuous gap free assembly.
|
void |
setAssemblyStart(Integer assemblyStart) |
void |
setAssemblyStop(Integer assemblyStop) |
void |
setParent(AssembledDNASequence parent)
Sets the DAAssembledDNASequence that this assembly holds (its 'Parent').
|
protected MappingSet |
stitchComponents()
Protected method to join together (stitch) all of the component sub-sequences
of the assembly, together with GapSequences to form a single continuous
ungapped assembly, held in the MappingSet 'stitchedComponentMappings';
|
protected MappingSet componentMappings
protected MappingSet pARMappings
protected MappingSet stitchedComponentMappings
protected Integer assemblyStart
protected Integer assemblyStop
protected boolean hasPAR
public DAAssembly()
public static DAAssembly getAssembly(DAAssembledDNASequence parent)
public static DAAssembly getAssembly(DAAssembledDNASequence parent, Integer start, Integer stop)
public DAAssembledDNASequence getParent()
public void setParent(AssembledDNASequence parent)
public Integer getAssemblyStart()
getAssemblyStart
in interface Assembly
public void setAssemblyStart(Integer assemblyStart)
setAssemblyStart
in interface Assembly
public Integer getAssemblyStop()
getAssemblyStop
in interface Assembly
public void setAssemblyStop(Integer assemblyStop)
setAssemblyStop
in interface Assembly
public MappingSet getMappings() throws DAOException
getMappings
in interface Assembly
DAOException
public MappingSet getStitchedMappings() throws DAOException
getStitchedMappings
in interface Assembly
DAOException
public MappingSet getStitchedMappings(Integer start, Integer stop) throws DAOException, RangeException
DAOException
RangeException
protected MappingSet stitchComponents() throws DAOException
DAOException
public String getReverseComplementSequenceAsString(Integer start, Integer stop) throws RangeException, DAOException
start
- stop
- RangeException
DAOException
public String getPaddedReverseComplementSequenceAsString(Integer start, Integer stop) throws DAOException
start
- stop
- RangeException
DAOException
public String getSequenceAsString(Integer start, Integer stop) throws RangeException, DAOException
start
- stop
- RangeException
DAOException
public String getPaddedSequenceAsString(Integer start, Integer stop) throws DAOException
start
- stop
- DAOException
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3