org.biojava3.genome.homology
Class BlastHomologyHits

java.lang.Object
  extended by org.biojava3.genome.homology.BlastHomologyHits

public class BlastHomologyHits
extends Object

Author:
Scooter Willis

Constructor Summary
BlastHomologyHits()
           
 
Method Summary
static LinkedHashMap<String,ArrayList<String>> getMatches(File xmlBlastHits, double ecutoff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlastHomologyHits

public BlastHomologyHits()
Method Detail

getMatches

public static LinkedHashMap<String,ArrayList<String>> getMatches(File xmlBlastHits,
                                                                 double ecutoff)
                                                          throws Exception
Throws:
Exception