public interface HomologyDAO
Modifier and Type | Method and Description |
---|---|
List<? extends HomologyPairRelationship> |
getHomologiesForGene(Gene g)
Specification of Data Access method to retrieve all of the homologies
(i.e. to all species) for a given gene with a stableID.
|
List<? extends HomologyPairRelationship> |
getHomologiesForGenesBySpecies(List<? extends Gene> genes,
Species target_sp,
String chrName)
Specification of Data Access method to retrieve all of the homologies
in the specified target species for a List of genes with stableIDs.
|
HashMap<? extends DNASequence,? extends MappingSet> |
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> |
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.
|
List<? extends HomologyPairRelationship> getHomologiesForGene(Gene g) throws DAOException
g
- The query GeneDAOException
List<? extends HomologyPairRelationship> getHomologiesForGenesBySpecies(List<? extends Gene> genes, Species target_sp, String chrName) throws DAOException
genes
- theList of query genestarget_sp
- The target SpecieschrName
- The target chromosome nameDAOException
HashMap<? extends DNASequence,? extends MappingSet> getRegionsOfConservedSynteny(DNASequence source, Coordinate range, Species target) throws DAOException
source
- DNASequence to be queriedrange
- Coordinate range of query sequence to be queriedtarget
- the target speciesDAOException
HashMap<? extends DNASequence,? extends MappingSet> getRegionsOfConservedSynteny(DNASequence source, Coordinate range, Species target, String chrName) throws DAOException
source
- DNASequence to be queriedrange
- Coordinate range of query sequence to be queriedtarget
- the target specieschrName
- the target chromosome nameDAOException
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3