public class AminoAcidProperties extends Object
Constructor and Description |
---|
AminoAcidProperties() |
Modifier and Type | Method and Description |
---|---|
static int |
getChargeOfAminoAcid(char aa)
Returns the charge of amino acid.
|
static int |
getPolarityOfAminoAcid(char aa)
There are 10 amino acids: D, E, H, K, R, N, Q, S, T, Y, that are polar.
|
static boolean |
isCharged(char aa)
At pH=7, two are negative charged: aspartic acid (Asp, D) and glutamic acid (Glu, E) (acidic side chains),
and three are positive charged: lysine (Lys, K), arginine (Arg, R) and histidine (His, H) (basic side chains).
|
static boolean |
isPolar(char aa)
There are 10 amino acids: D, E, H, K, R, N, Q, S, T, Y, that are polar.
|
public AminoAcidProperties()
public static final boolean isCharged(char aa)
aa
- The one-letter amino acid codepublic static final int getChargeOfAminoAcid(char aa)
aa
- The one-letter amino acid codepublic static final boolean isPolar(char aa)
aa
- The one-letter amino acid codepublic static final int getPolarityOfAminoAcid(char aa)
aa
- The one-letter amino acid codeCopyright © 2000–2019 BioJava. All rights reserved.