Uses of Class
procope.methods.interologs.blast.BlastHits

Packages that use BlastHits
procope.methods.interologs   
procope.methods.interologs.blast   
 

Uses of BlastHits in procope.methods.interologs
 

Constructors in procope.methods.interologs with parameters of type BlastHits
EvalueInterologScorer(BlastHits forward, BlastHits backward)
          Creates a new e-value interolog scorer from the given BLAST results.
 

Uses of BlastHits in procope.methods.interologs.blast
 

Methods in procope.methods.interologs.blast that return BlastHits
static BlastHits BlastHitFileParser.parseBlastHits(File hitfile)
          Parse BLAST hits from a given BLAST hit file in tabular format.
static BlastHits BlastHitFileParser.parseBlastHits(InputStream input)
          Parse BLAST hits from a given input stream.
static BlastHits BlastHitFileParser.parseBlastHits(String hitfile)
          Parse BLAST hits from a given BLAST hit file in tabular format.
 

Methods in procope.methods.interologs.blast with parameters of type BlastHits
 ProteinNetwork BlastHits.getBidirectionalBestHits(BlastHits backward, BlastBBHConstraints constraints)
          Calculate bidirectional best hits (BBHs).