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: biojava-aa-prop/src/main/java/org/biojava/nbio/aaproperties/PeptideProperties.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -555,12 +555,12 @@ public static final Map<Character, Double> getAACompositionChar(String sequence)
555
555
}
556
556
returnaaChar2Composition;
557
557
}
558
-
558
+
559
559
/**
560
-
* Returns the array of charges of each amino acid in a protein. At pH=7, two are negative charged: aspartic acid (Asp, D) and glutamic acid (Glu, E) (acidic side chains),
560
+
* Returns the array of charges of each amino acid in a protein. At pH=7, two are negative charged: aspartic acid (Asp, D) and glutamic acid (Glu, E) (acidic side chains),
561
561
* and three are positive charged: lysine (Lys, K), arginine (Arg, R) and histidine (His, H) (basic side chains).
562
-
*
563
-
* @param sequence
562
+
*
563
+
* @param sequence
564
564
* a protein sequence consisting of non-ambiguous characters only
565
565
* @return the array of charges of amino acids in the protein (1 if amino acid is positively charged, -1 if negatively charged, 0 if not charged)
566
566
*/
@@ -572,15 +572,15 @@ public static final int[] getChargesOfAminoAcids(String sequence) {
572
572
}
573
573
returncharges;
574
574
}
575
-
575
+
576
576
/**
577
577
* Returns the array of polarity values of each amino acid in a protein sequence.
578
-
*
579
-
* @param sequence
580
-
* a protein sequence consisting of non-ambiguous characters only
578
+
*
579
+
* @param sequence
580
+
* a protein sequence consisting of non-ambiguous characters only
581
581
* @return the array of polarity of amino acids in the protein (1 if amino acid is polar, 0 if not)
0 commit comments