Package | Description |
---|---|
uk.ac.roslin.ensembl.dao.coreaccess | |
uk.ac.roslin.ensembl.datasourceaware.core | |
uk.ac.roslin.ensembl.model.core | |
uk.ac.roslin.ensembl.model.database |
Modifier and Type | Method and Description |
---|---|
AssembledDNASequence |
ChromosomeDAO.getFragmentByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<? extends AssembledDNASequence> |
ChromosomeDAO.getFragments() |
Modifier and Type | Class and Description |
---|---|
class |
DAAssembledDNASequence |
class |
DAChromosome
A DAChromosome is a particular type of DAAssembledDNASequence for representing
whole chromosomes.
|
Modifier and Type | Method and Description |
---|---|
void |
DAAssembly.setParent(AssembledDNASequence parent)
Sets the DAAssembledDNASequence that this assembly holds (its 'Parent').
|
Modifier and Type | Interface and Description |
---|---|
interface |
Chromosome |
Modifier and Type | Method and Description |
---|---|
AssembledDNASequence |
Species.getFragmentByName(String name) |
AssembledDNASequence |
Species.getFragmentByName(String name,
String dbVersion) |
AssembledDNASequence |
Assembly.getParent() |
Modifier and Type | Method and Description |
---|---|
TreeMap<String,? extends AssembledDNASequence> |
Species.getFragments() |
TreeMap<String,? extends AssembledDNASequence> |
Species.getFragments(String dbVersion) |
Modifier and Type | Method and Description |
---|---|
void |
Assembly.setParent(AssembledDNASequence parent) |
Modifier and Type | Method and Description |
---|---|
AssembledDNASequence |
CollectionCoreDatabase.getFragmentByName(Species species,
String name) |
AssembledDNASequence |
SingleSpeciesCoreDatabase.getFragmentByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<? extends AssembledDNASequence> |
SingleSpeciesCoreDatabase.getFragments() |
List<? extends AssembledDNASequence> |
CollectionCoreDatabase.getFragments(Species species) |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3