Modifier and Type | Method and Description |
---|---|
DBDatabase |
DBRegistry.getDatabase(String species_name_or_alias) |
DBDatabase |
DBRegistry.getDatabase(String speciesNameOrAlias_collectionName_comparaDivision,
DatabaseType database_type,
String db_version) |
DBDatabase |
DBRegistry.getDatabase(String species_name_or_alias,
String db_version) |
String |
DBRegistry.getEnsemblNameForAlias(String alias)
Looks up the ensembl_genus_species_name for the given alias from the
ensemblNameForAliasHash hash of aliases in this Registry.
|
String |
DBRegistry.getGCAssemblyAccessionForAlias(String alias)
Looks up the GC_assembly_accession_stem for the given alias of a
collectionspecies.
|
String |
DBRegistry.getMostRecentDBVersion(String speciesOrCollection) |
DBSpecies |
DBRegistry.getMostRecentSpeciesByAlias(String alias_or_name)
Returns the most recent Species matching the alias.
|
DBSpecies |
DBRegistry.getSpeciesByAlias(String alias_or_name)
Wraps getSetOfSpeciesByAlias(String alias_or_name) to return a single
species if the returned Collection has only one member.
|
DBSpecies |
DBRegistry.getSpeciesByAlias(String alias_or_name,
String version)
Wraps getSetOfEverySpeciesByAlias(String alias_or_name) to return a
single species if the returned Collection has only one member with the
desired alias and version.
|
Modifier and Type | Method and Description |
---|---|
Mapping |
DAFeature.getChromosomeMapping()
Utility method to pull back a unique chromosomal mapping of this Feature.
|
Mapping |
DAFeature.getChromosomeMapping(Chromosome chr)
Utility method to pull back a single mapping of this Feature on a Given chromosome.
|
Modifier and Type | Method and Description |
---|---|
Mapping |
DAVariation.getChromosomeMapping()
Utility method to pull back a unique chromosomal mapping of this Feature.
|
Mapping |
DAVariation.getChromosomeMapping(Chromosome chr)
Utility method to pull back a single mapping of this Feature on a Given
chromosome.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryFactory.testBacteria() |
void |
RegistryFactory.testEnsembl() |
void |
RegistryFactory.testGenomes() |
Modifier and Type | Method and Description |
---|---|
Mapping |
Feature.getChromosomeMapping() |
Mapping |
Feature.getChromosomeMapping(Chromosome chr) |
Modifier and Type | Method and Description |
---|---|
Database |
Registry.getDatabase(String species_name_or_alias) |
Database |
Registry.getDatabase(String species_name_or_alias,
DatabaseType database_type,
String db_version) |
Database |
Registry.getDatabase(String species_name_or_alias,
String db_version) |
String |
Registry.getEnsemblNameForAlias(String alias) |
Species |
Registry.getMostRecentSpeciesByAlias(String alias_or_name) |
Species |
Registry.getSpeciesByAlias(String alias_or_name) |
Species |
Registry.getSpeciesByAlias(String alias_or_name,
String version) |
Modifier and Type | Method and Description |
---|---|
static void |
Variation.main(String[] args) |
static void |
Registry.main(String[] args) |
void |
Compara.testBacteriaGeneCompara() |
void |
Compara.testBacteriaSyntenyCompara() |
void |
Compara.testEnsemblGeneCompara() |
void |
Registry.testEnsemblRegistry() |
void |
Compara.testEnsemblSyntenyCompara() |
void |
Compara.testGenomesGeneCompara() |
void |
Compara.testGenomesSyntenyCompara() |
Constructor and Description |
---|
Chromosome() |
Variation() |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3