Skip to content

Commit 3d69a6b

Browse files
committed
Minor documentation changes
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@9303 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent 73962ae commit 3d69a6b

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

biojava3-alignment/src/main/java/org/biojava3/alignment/SimpleSubstitutionMatrix.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class SimpleSubstitutionMatrix<C extends Compound> implements Substitutio
5959
private List<C> rows, cols;
6060

6161
/**
62-
* Creates a substitution matrix using the defaults.
62+
* Creates a substitution matrix using the defaults (BLOSUM 62).
6363
*
6464
* @throws ClassCastException if type parameter C is not {@link AminoAcidCompound}
6565
*/

biojava3-alignment/src/main/java/org/biojava3/alignment/aaindex/ScaledSubstitutionMatrix.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@
99
import org.biojava3.core.sequence.template.CompoundSet;
1010

1111

12-
/** The biojava-alignment module represents substitution matrices with short values. This is for performance reasons. Some substitution matrices however are provided as float values with up to 2 after-comma precision.
13-
* In order to be able to use them in the alignment module these are scaled in order to be able to represent as short values. The method {@link #getScale()} provides access to the scaling factor.
12+
/**
13+
* The biojava-alignment module represents substitution matrices with short
14+
* values. This is for performance reasons. Some substitution matrices, however,
15+
* are provided as float values with up to 2 decimal places.
16+
* <p>
17+
* In order to be able to use them in the alignment module these are scaled in
18+
* order to be able to represent as short values.
19+
* The method {@link #getScale()} provides access to the scaling factor.
1420
*
1521
*
1622
* @author Andreas Prlic

0 commit comments

Comments
 (0)