File tree Expand file tree Collapse file tree
biojava-core/src/main/java/org/biojava/nbio/core/alignment/template Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,20 +158,4 @@ enum Step { COMPOUND, GAP }
158158 */
159159 boolean isGap (int alignmentIndex );
160160
161- /**
162- * Returns number of gap positions (gap openings and extensions) in the sequence. This could be determined from the {@link Location}
163- * information or from gap {@link Compound}s, which may not necessarily result in the same number.
164- *
165- * @return number of gap positions in the sequence
166- */
167- int getNumGapPositions ();
168-
169- /**
170- * Returns the coverage, as a fraction between 0 and 1, of this {@link AlignedSequence} with respect to the original sequence.
171- * This is equivalent to ({@link #getLength()} - {@link #getNumGapPositions()}) / getOriginalSequence().getLength().
172- *
173- * @return coverage of the original sequence by the aligned sequence
174- */
175- double getCoverage ();
176-
177161}
You can’t perform that action at this time.
0 commit comments