public class Fit3DSiteAlignment extends Object implements Fit3D
Fit3DAlignment algorithm is used if exchanges should be considered.| Constructor and Description |
|---|
Fit3DSiteAlignment(Fit3DBuilder.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlignmentString()
Returns a string that represents the alignment.
|
double |
getFraction()
Returns the fraction of aligned residues, in respect to the smaller site.
|
List<Fit3DMatch> |
getMatches()
Returns the matches that were found by this Fit3D search.
|
PsScore |
getPsScore()
Returns the
PsScore of aligned residues (only available for Fit3DSiteAlignment. |
XieScore |
getXieScore()
Returns the
XieScore of aligned residues (only available for Fit3DSiteAlignment. |
void |
writeMatches(Path outputDirectory)
Writes the matches that were found by this Fit3D search to the specified directory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteMatches, writeSummaryFilepublic Fit3DSiteAlignment(Fit3DBuilder.Builder builder) throws SubstructureSuperimpositionException
public PsScore getPsScore()
Fit3DPsScore of aligned residues (only available for Fit3DSiteAlignment.getPsScore in interface Fit3DPsScore of residues that were aligned.public XieScore getXieScore()
Fit3DXieScore of aligned residues (only available for Fit3DSiteAlignment.getXieScore in interface Fit3DXieScore of residues that were aligned.public String getAlignmentString()
Fit3DFit3DSiteAlignment.getAlignmentString in interface Fit3Dpublic void writeMatches(Path outputDirectory)
Fit3DwriteMatches in interface Fit3DoutputDirectory - The directory where the matches should be written.public List<Fit3DMatch> getMatches()
Fit3DgetMatches in interface Fit3Dpublic double getFraction()
getFraction in interface Fit3DCopyright © 2018. All rights reserved.