You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/BioJava:CookBook:PDB:CE_Algorithm.mediawiki
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,12 +92,12 @@ Using BioJava3 it is possible to align any set of atoms with the CE algorithm. T
92
92
93
93
This CE implementation allows to specify a couple of custom parameters.
94
94
95
-
#int winSize : (default 8) The window size used for the calculation of the initial Aligned Fragment Pairs
96
-
# double rmsdThr; (default 3.0) RMSD threshold used while tracing the AFP fragments
97
-
# double rmsdThrJoin; (default 4.0) RMSD threshold used to decide if two AFPs should be joined
98
-
# String[] alignmentAtoms; (default CA) allows to configure which atoms to use. At the present only supports "CA" and "CA","CB" settings
99
-
# private int maxGapSize; (default 30) The Max gap size parameter G , which was described to have been obtained empirically in the CE paper. the larger the max gap size, the longer the compute time, but in same cases drastically improved results. (e.g. 1CDG.A vs. 1TIM.A) For NO LIMIT set it to -1.
100
-
# boolean showAFPRanges; (default false) A print flag that allows to view the ranges of the inital AFPs, prior to alignment optimization.
101
-
# boolean checkCircular; (default false) A flag that determines if CE should check for Circular Permutations (CP). Increases calculation time significantly, but can detect CPs.
95
+
# private int '''maxGapSize'''; (default 30) The Max gap size parameter G , which has been obtained empirically in the CE paper. The larger the max gap size, the longer the compute time, but in same cases drastically improved results. (e.g. 1CDG.A vs. 1TIM.A) For no limit set this parameter to -1.
96
+
# boolean '''checkCircular'''; (default false) A flag that determines if CE should check for Circular Permutations (CP). Increases calculation time significantly, but can detect CPs.
97
+
# int '''winSize''' : (default 8) The window size used for the calculation of the initial Aligned Fragment Pairs
98
+
# double '''rmsdThr'''; (default 3.0) RMSD threshold used while tracing the AFP fragments
99
+
# double '''rmsdThrJoin'''; (default 4.0) RMSD threshold used to decide if two AFPs should be joined
100
+
# String[] '''alignmentAtoms'''; (default CA) allows to configure which atoms to use. At the present only supports "CA" and "CA","CB" settings
101
+
# boolean '''showAFPRanges'''; (default false) A print flag that allows to view the ranges of the inital AFPs, prior to alignment optimization.
0 commit comments