Package | Description |
---|---|
org.biojava.bio.seq.db |
Collections of biological sequence data.
|
Modifier and Type | Class and Description |
---|---|
class |
BioIndex
The original object for indexing sequence files.
|
class |
EmblCDROMIndexStore
EmblCDROMIndexStore s implement a read-only
IndexStore backed by EMBL CD-ROM format binary
indices. |
class |
TabIndexStore
Implements IndexStore as a serialized file for the java data and a
tab-delimited file of offsets.
|
Modifier and Type | Method and Description |
---|---|
IndexStore |
IndexedSequenceDB.getIndexStore()
Retrieve the IndexStore.
|
Constructor and Description |
---|
IndexedSequenceDB(IDMaker idMaker,
IndexStore indexStore)
Create an IndexedSequenceDB by specifying both the IDMaker and
IndexStore used.
|
IndexedSequenceDB(IndexStore indexStore)
Create an IndexedSequenceDB by specifying IndexStore used.
|
Copyright © 2014 BioJava. All rights reserved.