Package org.biojava.nbio.genome.homology
Class BlastHomologyHits
- java.lang.Object
-
- org.biojava.nbio.genome.homology.BlastHomologyHits
-
public class BlastHomologyHits extends Object
- Author:
- Scooter Willis
-
-
Constructor Summary
Constructors Constructor Description BlastHomologyHits()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LinkedHashMap<String,ArrayList<String>>
getMatches(File xmlBlastHits, double ecutoff)
-
-
-
Constructor Detail
-
BlastHomologyHits
public BlastHomologyHits()
-
-
Method Detail
-
getMatches
public static LinkedHashMap<String,ArrayList<String>> getMatches(File xmlBlastHits, double ecutoff) throws Exception
- Throws:
Exception
-
-