Skip navigation links

Package org.bridgedb.file

Driver and helper classes for using simple files as an identifier mapping service.

See: Description

Package org.bridgedb.file Description

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");
Skip navigation links

Copyright © 2006–2021 BridgeDb project. All rights reserved.