public static interface Fit3DBuilder.ParameterStep
| Modifier and Type | Method and Description |
|---|---|
Fit3DBuilder.ParameterStep |
distanceTolerance(double distanceTolerance)
Defines the distance tolerance that is accepted when extracting local environments.
|
Fit3DBuilder.ParameterStep |
filterEnvironments()
Enables pre-filtering of extracted environments, i.e.
|
Fit3DBuilder.ParameterStep |
mapECNumbers()
Enables mapping of each chain of a
Fit3DMatch to an ECNumber using the SIFTS project. |
Fit3DBuilder.ParameterStep |
mapPfamIdentifiers()
Enables mapping of each chain of a
Fit3DMatch to a PfamIdentifier using the SIFTS project. |
Fit3DBuilder.ParameterStep |
mapUniProtIdentifiers()
Enables mapping of each chain of a
Fit3DMatch to a UniProtIdentifier using the SIFTS project. |
Fit3DBuilder.ParameterStep |
rmsdCutoff(double rmsdCutoff)
Defines the RMSD cutoff up to which matches should be reported.
|
Fit3D |
run()
Creates a new
Fit3D search and starts calculation. |
Fit3DBuilder.ParameterStep |
statisticalModel(StatisticalModel statisticalModel)
Adds the specified
StatisticalModel to the search to calculate significance of matches. |
Fit3D run() throws SubstructureSuperimpositionException
Fit3D search and starts calculation.Fit3D search when finished.SubstructureSuperimpositionExceptionFit3DBuilder.ParameterStep rmsdCutoff(double rmsdCutoff)
Fit3DSiteAlignment is performed
this is the cutoff that is used for the internal call of the Fit3D algorithm.rmsdCutoff - The RMSD cutoff up to which alignments should be reported.Fit3DBuilder.ParameterStep that can be used to define optional parameters.Fit3DBuilder.ParameterStep distanceTolerance(double distanceTolerance)
Fit3DSiteAlignment is performed this is the cutoff that is used for the internal call of the Fit3D
algorithm.distanceTolerance - The distance tolerance considered when extracting local environments.Fit3DBuilder.ParameterStep that can be used to define optional parameters.Fit3DBuilder.ParameterStep statisticalModel(StatisticalModel statisticalModel)
StatisticalModel to the search to calculate significance of matches. This may
only be used when running a batch alignment. When running individual alignments the instance of the model
should be passed to all individual Fit3D runs. After all runs completed call StatisticalModel.calculatePvalues(List)statisticalModel - The StatisticalModel to be used.Fit3DBuilder.BatchParameterStep that can be used to define optional parameters.Fit3DBuilder.ParameterStep mapUniProtIdentifiers()
Fit3DMatch to a UniProtIdentifier using the SIFTS project.Fit3DBuilder.ParameterStep that can be used to define optional parameters.Fit3DBuilder.ParameterStep mapPfamIdentifiers()
Fit3DMatch to a PfamIdentifier using the SIFTS project.Fit3DBuilder.ParameterStep that can be used to define optional parameters.Fit3DBuilder.ParameterStep mapECNumbers()
Fit3DMatch to an ECNumber using the SIFTS project.Fit3DBuilder.ParameterStep that can be used to define optional parameters.Fit3DBuilder.ParameterStep filterEnvironments()
Fit3DBuilder.ParameterStep that can be used to define optional parameters.Copyright © 2018. All rights reserved.