public class GroupAsa extends Object implements Serializable
Group
Modifier and Type | Method and Description |
---|---|
void |
addAtomAsaC(double asa) |
void |
addAtomAsaU(double asa) |
Object |
clone() |
double |
getAsaC()
Returns the ASA of the residue in the complexed state
|
double |
getAsaU()
Returns the ASA of the residue in the uncomplexed state
|
List<Double> |
getAtomAsaCs() |
List<Double> |
getAtomAsaUs() |
double |
getBsa()
Returns the BSA value for this group, i.e. the difference between ASA uncomplexed and ASA complexed
|
double |
getBsaToAsaRatio()
Returns the bsa/asa(uncomplexed) ratio, i.e. the ratio of burial of a residue upon complexation
|
Group |
getGroup() |
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)
|
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)
|
void |
setAsaC(double asaC) |
void |
setAsaU(double asaU) |
void |
setAtomAsaCs(List<Double> atomAsaCs) |
void |
setAtomAsaUs(List<Double> atomAsaUs) |
public double getAsaU()
public void setAsaU(double asaU)
public double getAsaC()
public void setAsaC(double asaC)
public void addAtomAsaU(double asa)
public void addAtomAsaC(double asa)
public List<Double> getAtomAsaUs()
public void setAtomAsaUs(List<Double> atomAsaUs)
public List<Double> getAtomAsaCs()
public void setAtomAsaCs(List<Double> atomAsaCs)
public double getBsa()
public double getBsaToAsaRatio()
public double getRelativeAsaU()
public double getRelativeAsaC()
Copyright © 2000–2019 BioJava. All rights reserved.