Package | Description |
---|---|
uk.ac.roslin.ensembl.config | |
uk.ac.roslin.ensembl.datasourceaware.core |
Modifier and Type | Field and Description |
---|---|
static ExternalDBType |
ExternalDBType.CCDS |
static ExternalDBType |
ExternalDBType.DisplayID |
static ExternalDBType |
ExternalDBType.VegaGene |
static ExternalDBType |
ExternalDBType.VegaProtein |
static ExternalDBType |
ExternalDBType.VegaTranscript |
Modifier and Type | Field and Description |
---|---|
protected HashMap<ExternalDBType,Set<DAXRef>> |
DATranslation.typedXRefs |
protected HashMap<ExternalDBType,Set<DAXRef>> |
DATranscript.typedXRefs |
protected HashMap<ExternalDBType,Set<DAXRef>> |
DAGene.typedXRefs |
Modifier and Type | Method and Description |
---|---|
protected void |
DATranslation.addTypedXRefs(ExternalDBType type,
Collection<? extends XRef> xrefs) |
protected void |
DATranscript.addTypedXRefs(ExternalDBType type,
Collection<? extends XRef> xrefs) |
protected void |
DAGene.addTypedXRefs(ExternalDBType type,
Collection<? extends XRef> xrefs) |
protected Set<DAXRef> |
DATranslation.getXRefs(ExternalDBType type)
Returns preloaded XRefs of given type: Note - does not lazy load these.
|
protected Set<DAXRef> |
DATranscript.getXRefs(ExternalDBType type)
Beware: this method does not trigger lazyloading of typed XRefs.
|
protected Set<DAXRef> |
DAGene.getXRefs(ExternalDBType type)
Returns preloaded XRefs of given type: Note - does not lazy load these
|
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3