Class BlastHomologyHits


  • public class BlastHomologyHits
    extends java.lang.Object
    Author:
    Scooter Willis
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.LinkedHashMap<java.lang.String,​java.util.ArrayList<java.lang.String>> getMatches​(java.io.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 java.util.LinkedHashMap<java.lang.String,​java.util.ArrayList<java.lang.String>> getMatches​(java.io.File xmlBlastHits,
                                                                                                                       double ecutoff)
                                                                                                                throws java.lang.Exception
        Throws:
        java.lang.Exception