| Package | Description |
|---|---|
| org.bridgedb |
BridgeDb is a java library intended for dealing with identifiers for
biological entities such as genes, proteins, metabolites.
|
| org.bridgedb.file |
Driver and helper classes for using simple files as an identifier mapping service.
|
| org.bridgedb.impl | |
| org.bridgedb.webservice |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIDMapper
Contains default implementation of some IDMapper methods.
|
class |
IDMapperStack
combines multiple
IDMapper's in a stack. |
| Modifier and Type | Method and Description |
|---|---|
IDMapper |
IDMapperStack.addIDMapper(String connectionString)
Create a fresh IDMapper from a connectionString and add it to the stack.
|
IDMapper |
Driver.connect(String locationString)
Never call this method directly, use
BridgeDb.connect(java.lang.String) instead. |
static IDMapper |
BridgeDb.connect(String connectionString)
Finds the correct implementation of the
IDMapper interface and instantiates it. |
IDMapper |
IDMapperStack.getIDMapperAt(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<IDMapper> |
IDMapperStack.getMappers()
get all mappers
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDMapperStack.addIDMapper(IDMapper idMapper)
Add an existing IDMapper to the stack.
|
void |
IDMapperStack.removeIDMapper(IDMapper idMapper)
Remove an idMapper from the stack.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IDMapperFile
Interface for ID mapping from files.
|
class |
IDMapperText
Class for mapping ID from delimited text file.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Xref,Set<Xref>> |
InternalUtils.mapMultiFromSingle(IDMapper mapper,
Collection<Xref> srcXrefs,
DataSource... tgt)
call the "single" mapID (Xref, ...) multiple times
to perform mapping of a Set.
|
static Set<Xref> |
InternalUtils.mapSingleFromMulti(IDMapper mapper,
Xref src,
DataSource... tgt)
call the "multi" mapID (Set, ...) using a Set with one item
to perform mapping of a single ID.
|
| Constructor and Description |
|---|
TransitiveGraph(List<IDMapper> gdbs)
Constructor: immediately starts calculating paths.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IDMapperWebservice |
Copyright © 2006–2021 BridgeDb project. All rights reserved.