Package org.biojava.nbio.structure.asa
Class GroupAsa
- java.lang.Object
- 
- org.biojava.nbio.structure.asa.GroupAsa
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class GroupAsa extends Object implements Serializable A class to store the results of ASA calculations, it can hold ASA values per atom present inGroup- Author:
- duarte_j
- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAtomAsaC(double asa)voidaddAtomAsaU(double asa)Objectclone()doublegetAsaC()Returns the ASA of the residue in the complexed statedoublegetAsaU()Returns the ASA of the residue in the uncomplexed stateList<Double>getAtomAsaCs()List<Double>getAtomAsaUs()doublegetBsa()Returns the BSA value for this group, i.e. the difference between ASA uncomplexed and ASA complexeddoublegetBsaToAsaRatio()Returns the bsa/asa(uncomplexed) ratio, i.e. the ratio of burial of a residue upon complexationGroupgetGroup()doublegetRelativeAsaC()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)doublegetRelativeAsaU()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)voidsetAsaC(double asaC)voidsetAsaU(double asaU)voidsetAtomAsaCs(List<Double> atomAsaCs)voidsetAtomAsaUs(List<Double> atomAsaUs)
 
- 
- 
- 
Method Detail- 
getAsaUpublic double getAsaU() Returns the ASA of the residue in the uncomplexed state- Returns:
 
 - 
setAsaUpublic void setAsaU(double asaU) 
 - 
getAsaCpublic double getAsaC() Returns the ASA of the residue in the complexed state- Returns:
 
 - 
setAsaCpublic void setAsaC(double asaC) 
 - 
addAtomAsaUpublic void addAtomAsaU(double asa) 
 - 
addAtomAsaCpublic void addAtomAsaC(double asa) 
 - 
getAtomAsaUspublic List<Double> getAtomAsaUs() 
 - 
setAtomAsaUspublic void setAtomAsaUs(List<Double> atomAsaUs) 
 - 
getAtomAsaCspublic List<Double> getAtomAsaCs() 
 - 
setAtomAsaCspublic void setAtomAsaCs(List<Double> atomAsaCs) 
 - 
getBsapublic double getBsa() Returns the BSA value for this group, i.e. the difference between ASA uncomplexed and ASA complexed- Returns:
 
 - 
getBsaToAsaRatiopublic double getBsaToAsaRatio() Returns the bsa/asa(uncomplexed) ratio, i.e. the ratio of burial of a residue upon complexation- Returns:
 
 - 
getRelativeAsaUpublic double 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:
 
 - 
getRelativeAsaCpublic double 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:
 
 
- 
 
-