Uses of Interface
org.biojava.nbio.core.search.io.ResultFactory
-
Packages that use ResultFactory Package Description org.biojava.nbio.core.search.io org.biojava.nbio.core.search.io.blast -
-
Uses of ResultFactory in org.biojava.nbio.core.search.io
Constructors in org.biojava.nbio.core.search.io with parameters of type ResultFactory Constructor Description SearchIO(File f, ResultFactory factory)Build a SearchIO reader and specify a ResultFactory object to be used for parsingSearchIO(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. -
Uses of ResultFactory in org.biojava.nbio.core.search.io.blast
Classes in org.biojava.nbio.core.search.io.blast that implement ResultFactory Modifier and Type Class Description classBlastTabularParserDesigned by Paolo Pavan.classBlastXMLParserRe-designed by Paolo Pavan on the footprint of: org.biojava.nbio.genome.query.BlastXMLQuery by Scooter WillisYou may want to find my contacts on Github and LinkedIn for code info or discuss major changes.
-