Package org.biojava.nbio.structure.asa
Class GroupAsa
java.lang.Object
org.biojava.nbio.structure.asa.GroupAsa
- All Implemented Interfaces:
Serializable
A class to store the results of ASA calculations, it can
hold ASA values per atom present in
Group- Author:
- duarte_j
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAtomAsaC(double asa) voidaddAtomAsaU(double asa) clone()doublegetAsaC()Returns the ASA of the residue in the complexed statedoublegetAsaU()Returns the ASA of the residue in the uncomplexed statedoublegetBsa()Returns the BSA value for this group, i.e. the difference between ASA uncomplexed and ASA complexeddoubleReturns the bsa/asa(uncomplexed) ratio, i.e. the ratio of burial of a residue upon complexationgetGroup()doubleReturns the relative (complexed) ASA, i.e. the ASA of the residue with respect to its ASA in an extended tri-peptide conformation (GLY-x-GLY)doubleReturns the relative (uncomplexed) ASA, i.e. the ASA of the residue with respect to its ASA in an extended tri-peptide conformation (GLY-x-GLY)voidsetAsaC(double asaC) voidsetAsaU(double asaU) voidsetAtomAsaCs(List<Double> atomAsaCs) voidsetAtomAsaUs(List<Double> atomAsaUs)
-
Constructor Details
-
GroupAsa
-
-
Method Details
-
getGroup
-
getAsaU
Returns the ASA of the residue in the uncomplexed state- Returns:
-
setAsaU
-
getAsaC
Returns the ASA of the residue in the complexed state- Returns:
-
setAsaC
-
addAtomAsaU
-
addAtomAsaC
-
getAtomAsaUs
-
setAtomAsaUs
-
getAtomAsaCs
-
setAtomAsaCs
-
getBsa
Returns the BSA value for this group, i.e. the difference between ASA uncomplexed and ASA complexed- Returns:
-
getBsaToAsaRatio
Returns the bsa/asa(uncomplexed) ratio, i.e. the ratio of burial of a residue upon complexation- Returns:
-
getRelativeAsaU
Returns the relative (uncomplexed) ASA, i.e. the ASA of the residue with respect to its ASA in an extended tri-peptide conformation (GLY-x-GLY)- Returns:
-
getRelativeAsaC
Returns the relative (complexed) ASA, i.e. the ASA of the residue with respect to its ASA in an extended tri-peptide conformation (GLY-x-GLY)- Returns:
-
clone
-