Package | Description |
---|---|
org.biojava.nbio.core.search.io | |
org.biojava.nbio.core.search.io.blast |
Modifier and Type | Method and Description |
---|---|
List<Result> |
ResultFactory.createObjects(double maxEScore)
Launch the parsing and get back a list of Result objects representing the
search result in the specified file.
|
Iterator<Result> |
SearchIO.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ResultFactory.storeObjects(List<Result> results)
The factory that implements this method will be able to save the Search results
to a file in the same format that it is able to read.
|
Modifier and Type | Class and Description |
---|---|
class |
BlastResult
This class models a Blast/Blast plus result.
|
Modifier and Type | Method and Description |
---|---|
List<Result> |
BlastTabularParser.createObjects(double maxEScore) |
List<Result> |
BlastXMLParser.createObjects(double maxEScore) |
Modifier and Type | Method and Description |
---|---|
void |
BlastTabularParser.storeObjects(List<Result> results) |
void |
BlastXMLParser.storeObjects(List<Result> results) |
Copyright © 2000–2019 BioJava. All rights reserved.