Class HitScorer

java.lang.Object
org.rcsb.strucmotif.core.HitScorer

public class HitScorer extends Object
Scores hits by computing the RMSD with respect to the reference motif.
  • Constructor Details

    • HitScorer

      public HitScorer(List<Map<LabelAtomId,float[]>> queryResidues, AtomPairingScheme atomPairingScheme, AlignmentService alignmentService)
      Construct a query-specific hit scorer.
      Parameters:
      queryResidues - the reference structure
      atomPairingScheme - how to pair atoms?
      alignmentService - alignment service
  • Method Details