Package | Description |
---|---|
uk.ac.roslin.ensembl.config | |
uk.ac.roslin.ensembl.dao.database |
Modifier and Type | Field and Description |
---|---|
static EnsemblDBType |
EnsemblDBType.ancestral
A concrete instantiation of an DatabaseType object representing the ensembl ancestral database sType
|
static EnsemblDBType |
EnsemblDBType.cdna
A concrete instantiation of an DatabaseType object representing the ensembl species cDNA database sType
|
static EnsemblDBType |
EnsemblDBType.collection_core
A concrete instantiation of an DatabaseType object representing the ensemblgenomes collection core database sType
|
static EnsemblDBType |
EnsemblDBType.collection_funcgen
A concrete instantiation of an DatabaseType object representing the ensemblgenomes collection funcgen database sType
|
static EnsemblDBType |
EnsemblDBType.collection_variation
A concrete instantiation of an DatabaseType object representing the ensemblgenomes collection variation database sType
|
static EnsemblDBType |
EnsemblDBType.compara
A concrete instantiation of an DatabaseType object representing the ensembl compara database sType
|
static EnsemblDBType |
EnsemblDBType.core
A concrete instantiation of an DatabaseType object representing the ensembl species core database sType
|
static EnsemblDBType |
EnsemblDBType.coreexpressionatlas |
static EnsemblDBType |
EnsemblDBType.coreexpressionest
A concrete instantiation of an DatabaseType object representing the ensembl species coreexpressioncdna database sType
|
static EnsemblDBType |
EnsemblDBType.coreexpressiongnf
A concrete instantiation of an DatabaseType object representing the ensembl species coreexpressiongnf database sType
|
static EnsemblDBType |
EnsemblDBType.funcgen
A concrete instantiation of an DatabaseType object representing the ensembl species funcgen database sType
|
static EnsemblDBType |
EnsemblDBType.go
A concrete instantiation of an DatabaseType object representing the ensembl go database sType
|
static EnsemblDBType |
EnsemblDBType.ontology
A concrete instantiation of an DatabaseType object representing the ensembl ontology database sType
|
static EnsemblDBType |
EnsemblDBType.otherfeatures
A concrete instantiation of an DatabaseType object representing the ensembl species otherfeatures database sType
|
static EnsemblDBType |
EnsemblDBType.rnaseq |
static EnsemblDBType |
EnsemblDBType.variation
A concrete instantiation of an DatabaseType object representing the ensembl species variation database sType
|
static EnsemblDBType |
EnsemblDBType.vega
A concrete instantiation of an DatabaseType object representing the ensembl species vega database sType
|
static EnsemblDBType |
EnsemblDBType.website
A concrete instantiation of an DatabaseType object representing the ensembl website database sType
|
Modifier and Type | Method and Description |
---|---|
static EnsemblDBType |
EnsemblDBType.getDBTypeForName(String typeName)
Public Method to return the static EnsemblDBType for a typeName.
|
Modifier and Type | Method and Description |
---|---|
static Collection<EnsemblDBType> |
EnsemblDBType.getAllDatabaseTypes() |
static TreeSet<EnsemblDBType> |
EnsemblDBType.getCollectionDatabaseTypes() |
static TreeSet<EnsemblDBType> |
EnsemblDBType.getSingleSpeciesDatabaseTypes() |
static TreeSet<EnsemblDBType> |
EnsemblDBType.getSpeciesComparisonDatabaseTypes() |
Modifier and Type | Method and Description |
---|---|
int |
EnsemblDBType.compareTo(EnsemblDBType other) |
Modifier and Type | Method and Description |
---|---|
EnsemblDBType |
DBDatabase.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DBDatabase.setType(EnsemblDBType type) |
Constructor and Description |
---|
DBCollectionCoreDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBCollectionDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBComparisonDatabase(String db_name,
EnsemblDBType type,
DBRegistry registry) |
DBDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBSingleSpeciesCoreDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBSingleSpeciesDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBSingleSpeciesVariationDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3