| Constructor and Description |
|---|
SearchIO(File f)
Build a SearchIO reader and tries to select the appropriate parser inspecting
file extension.
|
SearchIO(File f,
ResultFactory factory)
Build a SearchIO reader and specify a ResultFactory object to be used
for parsing
|
SearchIO(File f,
ResultFactory factory,
double maxEvalue)
Build a SearchIO reader, specify a ResultFactory object to be used for parsing
and filter hsp retrieved by a e-value threshold.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getEvalueThreshold() |
Iterator<Result> |
iterator() |
void |
writeResults()
used to write a search report using the guessed or specified factory
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SearchIO(File f) throws IOException, ParseException
f - ExceptionIOExceptionParseExceptionpublic SearchIO(File f, ResultFactory factory) throws IOException, ParseException
f - factory - IOException - for file access related issuesParseException - for file format related issuespublic SearchIO(File f, ResultFactory factory, double maxEvalue) throws IOException, ParseException
f - factory - maxEvalue - IOException - for file access related issuesParseException - for file format related issuespublic void writeResults() throws IOException, ParseException
IOException - for file access related issuesParseException - for file format related issuespublic double getEvalueThreshold()
Copyright © 2000–2017 BioJava. All rights reserved.