|
Revision 545 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| IDMappingReader | Interface for reading ID mapping data. |
| Class Summary | |
|---|---|
| IDMapperFile | Interface for ID mapping from files. |
| IDMapperText | Class for mapping ID from delimited text file. |
| IDMappingReaderFromDelimitedReader | Class for reading ID mapping data from delimited reader. |
| IDMappingReaderFromText | Class for reading ID mapping data from delimited text file. |
Driver and helper classes for using simple files as an identifier mapping service.
For example, to use a tab-delimited text file as a mapping resource, you can use the following piece of code:
class.forName("org.bridgedb.file.IDMapperText");
mapper = BridgeDb.connect ("idmapper-text:file://path/to/file");
|
Generated November 2 2011 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||