File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
biojava-structure/src/main/java/org/biojava/nbio/structure/basepairs Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1717 *
1818 * http://www.biojava.org/
1919 *
20- * Created on 07-20-2017
21- *
22- * @author Luke Czapla
2320 *
2421 */
2522package org .biojava .nbio .structure .basepairs ;
Original file line number Diff line number Diff line change 3535/**
3636 * This class also finds the base pairing and base-pair step parameters but has a broader definition
3737 * of a base pair so that non-canonical-WC base pairs will be detected and reported. This is useful
38- * for RNA that has folded into different regions, and higher order DNA structures.
38+ * for RNA that has folded into different regions, and into higher order DNA structures. Intra-strand
39+ * pairings are considered in this class (but in not the base class or MismatchedBasePairParameters class)
3940 * @author Luke Czapla
4041 * @since 5.0.0
4142 *
@@ -106,7 +107,7 @@ public static double getMaxStagger() {
106107 }
107108
108109 /**
109- *
110+ * Set the maximum stagger allowed for a base pair, prior to analyze() call
110111 * @param maxStagger The maximum stagger allowed to consider two bases paired
111112 */
112113 public static void setMaxStagger (double maxStagger ) {
@@ -119,7 +120,7 @@ public static double getMaxPropeller() {
119120 }
120121
121122 /**
122- *
123+ * Set the maximum propeller allowed for a base pair, prior to analyze() call
123124 * @param maxPropeller The maximum propeller (a.k.a. "propeller-twist") allowed to consider two bases paired
124125 */
125126 public static void setMaxPropeller (double maxPropeller ) {
You can’t perform that action at this time.
0 commit comments