Class Hit
java.lang.Object
org.rcsb.strucmotif.domain.result.Hit
The result of a structural motif search.
-
Constructor Summary
ConstructorsConstructorDescriptionHit(String structureIdentifier, String assemblyIdentifier, List<LabelSelection> labelSelections, List<ResidueType> residueTypes, float rmsd, Transformation transformation) Construct a transformed hit (i.e., scored by an alignment). -
Method Summary
Modifier and TypeMethodDescriptionReturns residue types (label_comp_id) of this hit.floatReturns the RMSD of this hit.Returns the transformation yielded by the underlying alignment.
-
Constructor Details
-
Hit
public Hit(String structureIdentifier, String assemblyIdentifier, List<LabelSelection> labelSelections, List<ResidueType> residueTypes, float rmsd, Transformation transformation) Construct a transformed hit (i.e., scored by an alignment).- Parameters:
structureIdentifier- the entry IDassemblyIdentifier- the assembly IDlabelSelections- selections for each matched residueresidueTypes- mapped residue typesrmsd- the alignment scoretransformation- the transformation determined by the alignment
-
-
Method Details
-
getStructureIdentifier
-
getAssemblyIdentifier
-
getLabelSelections
-
getResidueTypes
Returns residue types (label_comp_id) of this hit.- Returns:
- an ordered set of residue types
-
getRootMeanSquareDeviation
public float getRootMeanSquareDeviation()Returns the RMSD of this hit.- Returns:
- a float
-
getTransformation
Returns the transformation yielded by the underlying alignment.- Returns:
- a transformation object
-