Package | Description |
---|---|
org.biojava.bio.program.unigene |
Objects for representing Unigene clusters.
|
Modifier and Type | Class and Description |
---|---|
class |
FlatFileUnigeneFactory
A UnigeneFactory that will use flat-file indexing of the unigene ascii-art
files.
|
class |
SQLUnigeneFactory
An implementatoin of UnigeneFactory that manages it's data in an SQL
database.
|
Modifier and Type | Method and Description |
---|---|
static UnigeneFactory |
UnigeneTools.findFactory(URL dbURL)
Find the UnigeneFactory that can accept a URL.
|
Modifier and Type | Method and Description |
---|---|
static void |
UnigeneTools.registerFactory(UnigeneFactory factory)
Register a UnigeneFactory.
|
static void |
UnigeneTools.unregisterFactory(UnigeneFactory factory)
Register a UnigeneFactory.
|
Copyright © 2014 BioJava. All rights reserved.