Modifier and Type | Method and Description |
---|---|
HashMap<? extends DNASequence,? extends MappingSet> |
HomologyDAO.getRegionsOfConservedSynteny(DNASequence source,
Coordinate range,
Species target)
Specification of Data Access method to retrieve all of the regions on DNASequences
for the specified target species, holding genes with homologies to genes found
in the given region of the source query sequence.
|
HashMap<? extends DNASequence,? extends MappingSet> |
HomologyDAO.getRegionsOfConservedSynteny(DNASequence source,
Coordinate range,
Species target,
String chrName)
Specification of Data Access method to retrieve any potential region of
conserved synteny on a given Chromosome/fragment
for the specified target species, holding genes with homologies to genes found
in the given region of the source query sequence.
|
Modifier and Type | Method and Description |
---|---|
HashMap<? extends DNASequence,? extends MappingSet> |
HomologyDAO.getRegionsOfConservedSynteny(DNASequence source,
Coordinate range,
Species target)
Specification of Data Access method to retrieve all of the regions on DNASequences
for the specified target species, holding genes with homologies to genes found
in the given region of the source query sequence.
|
HashMap<? extends DNASequence,? extends MappingSet> |
HomologyDAO.getRegionsOfConservedSynteny(DNASequence source,
Coordinate range,
Species target,
String chrName)
Specification of Data Access method to retrieve any potential region of
conserved synteny on a given Chromosome/fragment
for the specified target species, holding genes with homologies to genes found
in the given region of the source query sequence.
|
Modifier and Type | Method and Description |
---|---|
DNASequence |
DNASequenceDAO.getSequenceByID(Integer id) |
DNASequence |
DNASequenceDAO.getValidatedSequence(DNASequence seq) |
Modifier and Type | Method and Description |
---|---|
List<? extends DNASequence> |
DNASequenceDAO.getValidatedSequences(List<? extends DNASequence> sequences) |
Modifier and Type | Method and Description |
---|---|
Gene |
GeneDAO.addGeneByIDOnParent(Integer id,
DNASequence parent) |
Gene |
GeneDAO.addGeneByStableIDOnParent(String stableID,
DNASequence parent) |
MappingSet |
AssemblyDAO.getComponentMappingsByStartStop(DNASequence assembledSequence,
Integer start,
Integer stop) |
List<? extends Mapping> |
GeneDAO.getGeneMappingsOnRegion(DNASequence region,
Coordinate coords) |
DNASequence |
DNASequenceDAO.getValidatedSequence(DNASequence seq) |
Modifier and Type | Method and Description |
---|---|
List<? extends DNASequence> |
DNASequenceDAO.getValidatedSequences(List<? extends DNASequence> sequences) |
Modifier and Type | Method and Description |
---|---|
HashMap<DADNASequence,MappingSet> |
DBHomologyDAO.getRegionsOfConservedSynteny(DNASequence source,
Coordinate range,
Species target)
Data Access method to retrieve all of the regions on DNASequences
for the specified target species, holding genes with homologies to genes found
in the given region of the source query sequence.
|
HashMap<DADNASequence,MappingSet> |
DBHomologyDAO.getRegionsOfConservedSynteny(DNASequence source,
Coordinate range,
Species target,
String chrName)
Data Access method to retrieve any potential region of
conserved synteny on a given Chromosome/fragment
for the specified target species, holding genes with homologies to genes found
in the given region of the source query sequence.
|
Modifier and Type | Method and Description |
---|---|
List<? extends DNASequence> |
DBDNASequenceDAO.getValidatedSequences(List<? extends DNASequence> in_sequences) |
Modifier and Type | Method and Description |
---|---|
DAGene |
DBGeneDAO.addGeneByIDOnParent(Integer id,
DNASequence parent) |
DAGene |
DBGeneDAO.addGeneByStableIDOnParent(String stableID,
DNASequence parent)
The gene returned has mapping to a sequence region - and the id for
the coordinate system that this region belongs to
|
MappingSet |
DBAssemblyDAO.getComponentMappingsByStartStop(DNASequence assembledSequence,
Integer begin,
Integer stop) |
List<Mapping> |
DBGeneDAO.getGeneMappingsOnRegion(DNASequence region,
Coordinate coords) |
DADNASequence |
DBDNASequenceDAO.getValidatedSequence(DNASequence seq) |
Modifier and Type | Method and Description |
---|---|
List<? extends DNASequence> |
DBDNASequenceDAO.getValidatedSequences(List<? extends DNASequence> in_sequences) |
Modifier and Type | Method and Description |
---|---|
List<VariationMapping> |
DBVariationDAO.getVariationMappingsOnRegion(DNASequence region,
Coordinate coords) |
List<DAVariation> |
DBVariationDAO.getVariationsOnRegion(DNASequence region,
Coordinate coords) |
Modifier and Type | Method and Description |
---|---|
List<? extends Mapping> |
VariationDAO.getVariationMappingsOnRegion(DNASequence region,
Coordinate coords) |
List<? extends Variation> |
VariationDAO.getVariationsOnRegion(DNASequence region,
Coordinate coords) |
Modifier and Type | Class and Description |
---|---|
class |
DAAssembledDNASequence |
class |
DAChromosome
A DAChromosome is a particular type of DAAssembledDNASequence for representing
whole chromosomes.
|
class |
DADNASequence |
class |
GapSequence |
Modifier and Type | Interface and Description |
---|---|
interface |
AssembledDNASequence |
interface |
Chromosome |
Modifier and Type | Method and Description |
---|---|
HashMap<? extends DNASequence,MappingSet> |
DNASequence.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<? extends DNASequence,MappingSet> |
DNASequence.getRegionsOfConservedSynteny(Coordinate range,
Species target,
String chrName)
Specifies method to retrieve a single potential region of conserved synteny
for the named chromosome in the specified target Species.
|
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3