- getAlternative() - Method in class org.bridgedb.DataSource
-
Retrieves any saved alternative name.
- getAttributes(Xref, String) - Method in interface org.bridgedb.AttributeMapper
-
Get attributes for an entity, such as gene Symbol.
- getAttributes(Xref) - Method in interface org.bridgedb.AttributeMapper
-
Get all attributes for an entity.
- getAttributes(Xref, String) - Method in class org.bridgedb.IDMapperStack
-
Get attributes for an entity, such as gene Symbol.
- getAttributes(Xref) - Method in class org.bridgedb.IDMapperStack
-
Get all attributes for an entity.
- getAttributeSet() - Method in interface org.bridgedb.AttributeMapper
-
Set of attributes provided by this AttributeMapper.
- getAttributeSet() - Method in class org.bridgedb.IDMapperStack
-
Set of attributes provided by this AttributeMapper.
- getAttributesForAllMappings(Xref, String, DataSource...) - Method in class org.bridgedb.IDMapperStack
- getAttributesForAllMappings(Xref, DataSource...) - Method in class org.bridgedb.IDMapperStack
- getByAlias(String) - Static method in class org.bridgedb.DataSource
-
- getByIdentiferOrgBase(String) - Static method in class org.bridgedb.DataSource
-
Since version 2.0 this method will return null if no DataSource is known
- getByMiriamBase(String) - Static method in class org.bridgedb.DataSource
-
Since version 2.0 this method will return null if no DataSource is known
- getCapabilities() - Method in class org.bridgedb.file.IDMapperFile
-
- getCapabilities() - Method in interface org.bridgedb.IDMapper
-
- getCapabilities() - Method in class org.bridgedb.IDMapperStack
-
- getCompactIdentifier(String) - Method in class org.bridgedb.DataSource
-
Creates a compact identifier.
- getCompactidentifier() - Method in class org.bridgedb.Xref
-
Uses DataSource.getCompactidentifier() to create a compact identifier, such as uniprot:P12345.
- getDataSource() - Method in class org.bridgedb.Xref
-
- getDataSourceDelimiters() - Method in class org.bridgedb.file.IDMapperText
-
- getDataSourceMatches(String) - Static method in class org.bridgedb.DataSourcePatterns
-
Look for all DataSource patterns that match a given input.
- getDataSources() - Static method in class org.bridgedb.DataSource
-
get all registered datasoures as a set.
- getDataSources() - Method in interface org.bridgedb.file.IDMappingReader
-
- getDataSources() - Method in class org.bridgedb.file.IDMappingReaderFromDelimitedReader
-
- getDescription() - Method in class org.bridgedb.DataSource
-
Retrieves any saved description.
- getExample() - Method in class org.bridgedb.DataSource
-
- getExistingByFullName(String) - Static method in class org.bridgedb.DataSource
-
returns pre-existing DataSource object
- getExistingBySystemCode(String) - Static method in class org.bridgedb.DataSource
-
- getFilteredSet(Boolean, Boolean, Object) - Static method in class org.bridgedb.DataSource
-
returns a filtered subset of available datasources.
- getFullName() - Method in class org.bridgedb.DataSource
-
returns full name of DataSource e.g.
- getFullNames() - Static method in class org.bridgedb.DataSource
-
Get a list of all non-null full names.
- getId() - Method in class org.bridgedb.Xref
-
- getIDDelimiters() - Method in class org.bridgedb.file.IDMapperText
-
- getIdentifiersOrgUri(String) - Method in class org.bridgedb.DataSource
-
- getIDMapperAt(int) - Method in class org.bridgedb.IDMapperStack
-
- getIDMappingReader() - Method in class org.bridgedb.file.IDMapperFile
-
- getIDMappings() - Method in interface org.bridgedb.file.IDMappingReader
-
- getIDMappings() - Method in class org.bridgedb.file.IDMappingReaderFromDelimitedReader
-
- getInputStream(String) - Static method in class org.bridgedb.impl.InternalUtils
-
- getInputStream(URL) - Static method in class org.bridgedb.impl.InternalUtils
-
Start downloading a file from the web and open an InputStream to it.
- getIterator(DataSource) - Method in interface org.bridgedb.XrefIterator
-
Create an iterator that iterates over all Xrefs of a certain DataSource
defined by this IDMapper.
- getIterator() - Method in interface org.bridgedb.XrefIterator
-
Create an iterator that iterates over all Xrefs defined by this IDMapper.
- getKeys() - Method in class org.bridgedb.AbstractIDMapperCapabilities
- getKeys() - Method in interface org.bridgedb.IDMapperCapabilities
-
- getKnownUrl(String) - Method in class org.bridgedb.DataSource
-
Turn id into url pointing to info page on the web, e.g.
- getKnownUrl() - Method in class org.bridgedb.Xref
-
Uses DataSource.getKnownUrl to create a valid URL for an online webpage describing this entity.
- getMainUrl() - Method in class org.bridgedb.DataSource
-
Return the main Url for this datasource,
that can be used to refer to the datasource in general.
- getMappers() - Method in class org.bridgedb.IDMapperStack
-
get all mappers
- getMiriamURN(String) - Method in class org.bridgedb.DataSource
-
Creates a global identifier.
- getMiriamURN() - Method in class org.bridgedb.Xref
-
Uses DataSource.getMiriamURN() to create a global identifier, such as urn:miriam:uniprot:P12345.
- getOrganism() - Method in class org.bridgedb.DataSource
-
- getPatterns() - Static method in class org.bridgedb.DataSourcePatterns
-
- getProperty(String) - Method in class org.bridgedb.AbstractIDMapperCapabilities
-
Return a value for a property, or null if this property is not defined.
- getProperty(String) - Method in interface org.bridgedb.IDMapperCapabilities
-
Return a value for a property, or null if this property is not defined.
- getSize() - Method in class org.bridgedb.IDMapperStack
-
- getSupportedSrcDataSources() - Method in class org.bridgedb.AbstractIDMapperCapabilities
- getSupportedSrcDataSources() - Method in interface org.bridgedb.IDMapperCapabilities
-
- getSupportedTgtDataSources() - Method in class org.bridgedb.AbstractIDMapperCapabilities
- getSupportedTgtDataSources() - Method in interface org.bridgedb.IDMapperCapabilities
-
- getSystemCode() - Method in class org.bridgedb.DataSource
-
returns GenMAPP SystemCode, e.g.
- getTransitive() - Method in class org.bridgedb.IDMapperStack
-
- getTransitivity() - Method in class org.bridgedb.file.IDMapperText
-
Get transitivity support.
- getTransitivity() - Method in class org.bridgedb.file.IDMappingReaderFromDelimitedReader
-
Get transitivity support.
- getType() - Method in class org.bridgedb.DataSource
-
- getURL() - Method in class org.bridgedb.file.IDMapperText
-
- groupByDataSource(Collection<Xref>) - Static method in class org.bridgedb.impl.InternalUtils
-
Split a heterogeneous
Xref set into multiple homogeneous Xref sets.
- identifiersOrgBase(String) - Method in class org.bridgedb.DataSource.Builder
-
Note: Since version 2
The base must start with urn:miriam:.
- idExample(String) - Method in class org.bridgedb.DataSource.Builder
-
Note: Unlike most builder methods this one does allow the idExample to be change even if already set.
- IDMapper - Interface in org.bridgedb
-
Base interface for all id mapping methods.
- IDMapperCapabilities - Interface in org.bridgedb
-
Describes capabilities of an IDMapper.
- IDMapperException - Exception in org.bridgedb
-
for all exceptions thrown by IDMapper interface.
- IDMapperException(Throwable) - Constructor for exception org.bridgedb.IDMapperException
-
See Exception(Throwable).
- IDMapperException(String, Throwable) - Constructor for exception org.bridgedb.IDMapperException
-
See Exception(String, Throwable).
- IDMapperException(String) - Constructor for exception org.bridgedb.IDMapperException
-
See Exception (String).
- IDMapperException() - Constructor for exception org.bridgedb.IDMapperException
-
See Exception ().
- IDMapperFile - Class in org.bridgedb.file
-
Interface for ID mapping from files.
- IDMapperFile(IDMappingReader) - Constructor for class org.bridgedb.file.IDMapperFile
-
- IDMapperFile(IDMappingReader, boolean) - Constructor for class org.bridgedb.file.IDMapperFile
-
- IDMapperStack - Class in org.bridgedb
-
combines multiple
IDMapper's in a stack.
- IDMapperStack() - Constructor for class org.bridgedb.IDMapperStack
-
- IDMapperText - Class in org.bridgedb.file
-
Class for mapping ID from delimited text file.
- IDMapperText(URL) - Constructor for class org.bridgedb.file.IDMapperText
-
Constructor from the
URL of a tab-delimited text file.
- IDMapperText(URL, char[]) - Constructor for class org.bridgedb.file.IDMapperText
-
Transitivity is unsupported.
- IDMapperText(URL, char[], char[]) - Constructor for class org.bridgedb.file.IDMapperText
-
Transitivity is unsupported.
- IDMapperText(URL, char[], char[], boolean) - Constructor for class org.bridgedb.file.IDMapperText
-
Constructor from the
URL of a tab-delimited text file,
delimiters to separate between different data sources and IDs and
transitivity support.
- IDMapperWebservice - Class in org.bridgedb.webservice
-
- IDMapperWebservice() - Constructor for class org.bridgedb.webservice.IDMapperWebservice
-
- IDMappingReader - Interface in org.bridgedb.file
-
Interface for reading ID mapping data.
- IDMappingReaderFromDelimitedReader - Class in org.bridgedb.file
-
Class for reading ID mapping data from delimited reader.
- IDMappingReaderFromDelimitedReader(Reader, String, String, boolean) - Constructor for class org.bridgedb.file.IDMappingReaderFromDelimitedReader
-
- IDMappingReaderFromText - Class in org.bridgedb.file
-
Class for reading ID mapping data from delimited text file.
- IDMappingReaderFromText(URL, char[]) - Constructor for class org.bridgedb.file.IDMappingReaderFromText
-
Transitivity is unsupported.
- IDMappingReaderFromText(URL, char[], char[]) - Constructor for class org.bridgedb.file.IDMappingReaderFromText
-
Transitivity is unsupported.
- IDMappingReaderFromText(URL, char[], char[], boolean) - Constructor for class org.bridgedb.file.IDMappingReaderFromText
-
Constructor from the
URL of a tab-delimited text file,
delimiters to separate between different data sources and IDs and
transitivity support.
- IDMappingReaderFromText(URL, String) - Constructor for class org.bridgedb.file.IDMappingReaderFromText
-
Transitivity is unsupported.
- IDMappingReaderFromText(URL, String, String) - Constructor for class org.bridgedb.file.IDMappingReaderFromText
-
Transitivity is unsupported.
- IDMappingReaderFromText(URL, String, String, boolean) - Constructor for class org.bridgedb.file.IDMappingReaderFromText
-
- idMappingValid - Variable in class org.bridgedb.file.IDMappingReaderFromDelimitedReader
-
- InternalUtils - Class in org.bridgedb.impl
-
To prevent duplication and redundancy, functions that are common to
multiple IDMapper implementations
can be placed here.
- isConnected() - Method in class org.bridgedb.file.IDMapperFile
-
Use this method to check if the IDMapper is still valid.
- isConnected() - Method in interface org.bridgedb.IDMapper
-
Use this method to check if the IDMapper is still valid.
- isConnected() - Method in class org.bridgedb.IDMapperStack
-
- isDeprecated() - Method in class org.bridgedb.DataSource
-
A DataSource is deprecated if it is replaced by another data source
which should be used instead.
- isDeprecatedBy() - Method in class org.bridgedb.DataSource
-
Returns the DataSource that should be used instead if this DataSource
is deprecated.
- isFreeAttributeSearchSupported() - Method in interface org.bridgedb.AttributeMapper
-
- isFreeAttributeSearchSupported() - Method in class org.bridgedb.IDMapperStack
-
- isFreeSearchSupported() - Method in class org.bridgedb.AbstractIDMapperCapabilities
- isFreeSearchSupported() - Method in interface org.bridgedb.IDMapperCapabilities
-
- isMappingSupported(DataSource, DataSource) - Method in class org.bridgedb.AbstractIDMapperCapabilities
- isMappingSupported(DataSource, DataSource) - Method in interface org.bridgedb.IDMapperCapabilities
-
- isMetabolite() - Method in class org.bridgedb.DataSource
-
- isPrimary() - Method in class org.bridgedb.DataSource
-
- isPrimary() - Method in class org.bridgedb.Xref
-
- isTransitiveMappingSupported(DataSource, DataSource) - Method in class org.bridgedb.impl.TransitiveGraph
-
- mainUrl(String) - Method in class org.bridgedb.DataSource.Builder
-
Note: Since version 2 this method no longer allows changing a mainUrl once set.
- mapID(Xref, DataSource...) - Method in class org.bridgedb.AbstractIDMapper
-
Default implementation of mapID.
- mapID(Collection<Xref>, DataSource...) - Method in class org.bridgedb.file.IDMapperFile
-
Get all cross-references for a set of entities, restricting the
result to contain only references from the given set of data sources.
- mapID(Xref, DataSource...) - Method in class org.bridgedb.file.IDMapperFile
-
Get all cross-references for the given entity, restricting the
result to contain only references from the given set of data sources.
- mapID(Collection<Xref>, DataSource...) - Method in interface org.bridgedb.IDMapper
-
Get all cross-references for a set of entities, restricting the
result to contain only references from the given set of data sources.
- mapID(Xref, DataSource...) - Method in interface org.bridgedb.IDMapper
-
Get all cross-references for the given entity, restricting the
result to contain only references from the given set of data sources.
- mapID(Collection<Xref>, DataSource...) - Method in class org.bridgedb.IDMapperStack
-
Get all cross-references for a set of entities, restricting the
result to contain only references from the given set of data sources.
- mapID(Xref, DataSource...) - Method in class org.bridgedb.IDMapperStack
-
Get all cross-references for the given entity, restricting the
result to contain only references from the given set of data sources.
- mapIDtransitiveTargetted(Xref, Set<DataSource>) - Method in class org.bridgedb.impl.TransitiveGraph
-
- mapIDtransitiveUntargetted(Xref) - Method in class org.bridgedb.impl.TransitiveGraph
-
- mapMultiFromSingle(IDMapper, Collection<Xref>, DataSource...) - Static method in class org.bridgedb.impl.InternalUtils
-
call the "single" mapID (Xref, ...) multiple times
to perform mapping of a Set.
- mapSingleFromMulti(IDMapper, Xref, DataSource...) - Static method in class org.bridgedb.impl.InternalUtils
-
call the "multi" mapID (Set, ...) using a Set with one item
to perform mapping of a single ID.
- MATCH_ID - Static variable in interface org.bridgedb.AttributeMapper
-
use this magic constant as the attrType parameter to also search for identifiers.
- Measure - Class in buildsystem
-
- Measure(String) - Constructor for class buildsystem.Measure
-
- multiMapAdd(Map<T, List<U>>, T, U) - Static method in class org.bridgedb.impl.InternalUtils
-
Generic method for multimaps, a map that can contain multiple values per key.
- multiMapPut(Map<T, Set<U>>, T, U) - Static method in class org.bridgedb.impl.InternalUtils
-
Generic method for multimaps, a map that can contain multiple values per key.
- multiMapPutAll(Map<T, Set<U>>, T, Collection<U>) - Static method in class org.bridgedb.impl.InternalUtils
-
Generic method for multimaps, a map that can contain multiple values per key.