public interface Fit3D
Fit3DAlignment)
or an alignment batch (Fit3DAlignmentBatch).| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
default String |
getAlignmentString()
Returns a string that represents the alignment.
|
default double |
getFraction()
Returns the fraction of residues that were aligned.
|
List<Fit3DMatch> |
getMatches()
Returns the matches that were found by this Fit3D search.
|
default PsScore |
getPsScore()
Returns the
PsScore of aligned residues (only available for Fit3DSiteAlignment. |
default XieScore |
getXieScore()
Returns the
XieScore of aligned residues (only available for Fit3DSiteAlignment. |
default void |
writeMatches(Path outputDirectory)
Writes the matches that were found by this Fit3D search to the specified directory.
|
default void |
writeMatches(Path outputDirectory,
double rmsdCutoff)
Writes the matches that were found by this Fit3D search to the specified directory.
|
default void |
writeSummaryFile(Path summaryFilePath)
Writes a CSV summary file of the matches obtained by
Fit3Di. |
List<Fit3DMatch> getMatches()
default double getFraction()
default XieScore getXieScore()
XieScore of aligned residues (only available for Fit3DSiteAlignment.XieScore of residues that were aligned.default PsScore getPsScore()
PsScore of aligned residues (only available for Fit3DSiteAlignment.PsScore of residues that were aligned.default void writeMatches(Path outputDirectory, double rmsdCutoff)
outputDirectory - The directory where the matches should be written.rmsdCutoff - The cutoff up to which matches should be written.default void writeMatches(Path outputDirectory)
outputDirectory - The directory where the matches should be written.default void writeSummaryFile(Path summaryFilePath) throws IOException
Fit3Di.summaryFilePath - The Path to which the file should be written.IOException - If writing of the summary file fails.default String getAlignmentString()
Fit3DSiteAlignment.Copyright © 2018. All rights reserved.