Package | Description |
---|---|
org.biojava.nbio.structure.asa | |
org.biojava.nbio.structure.contact |
Modifier and Type | Method and Description |
---|---|
GroupAsa[] |
AsaCalculator.getGroupAsas()
Calculates ASA for all atoms and return them as a GroupAsa
array (one element per residue in structure) containing ASAs per residue
and per atom.
|
Modifier and Type | Method and Description |
---|---|
GroupAsa |
StructureInterface.getFirstGroupAsa(ResidueNumber resNum)
Gets the GroupAsa for the corresponding residue number of first chain
|
GroupAsa |
StructureInterface.getSecondGroupAsa(ResidueNumber resNum)
Gets the GroupAsa for the corresponding residue number of second chain
|
Modifier and Type | Method and Description |
---|---|
Map<ResidueNumber,GroupAsa> |
StructureInterface.getFirstGroupAsas()
Gets a map of ResidueNumbers to GroupAsas for all groups of first chain.
|
Map<ResidueNumber,GroupAsa> |
StructureInterface.getSecondGroupAsas()
Gets a map of ResidueNumbers to GroupAsas for all groups of second chain.
|
Modifier and Type | Method and Description |
---|---|
void |
StructureInterface.setFirstGroupAsa(GroupAsa groupAsa) |
void |
StructureInterface.setSecondGroupAsa(GroupAsa groupAsa) |
Copyright © 2000–2019 BioJava. All rights reserved.