| Package | Description |
|---|---|
| org.biojava.nbio.structure |
| Modifier and Type | Field and Description |
|---|---|
static GroupType |
AminoAcidImpl.type
this is an Amino acid.
|
static GroupType |
HetatomImpl.type
The GroupType is HETATM
|
static GroupType |
NucleotideImpl.type
this is a "nucleotide", a special occurance of a Hetatom.
|
| Modifier and Type | Method and Description |
|---|---|
GroupType |
ChainImpl.getPredominantGroupType() |
GroupType |
Chain.getPredominantGroupType()
Get the predominant
GroupType for a given Chain, following these
rules: if the ratio of number of residues of a certain
GroupType to total non-water residues is above the threshold
, then that GroupType is
returned if there is no GroupType that is above the
threshold then the GroupType with most members is chosen, logging
it |
static GroupType |
StructureTools.getPredominantGroupType(Chain c)
Deprecated.
use
Chain.getPredominantGroupType() instead. |
GroupType |
AminoAcidImpl.getType() |
GroupType |
Group.getType()
|
GroupType |
HetatomImpl.getType()
|
GroupType |
NucleotideImpl.getType() |
static GroupType |
GroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupType[] |
GroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Group> |
StructureTools.getAllGroupsFromSubset(Atom[] atoms,
GroupType types)
Expand a set of atoms into all groups from the same structure.
|
List<Group> |
ChainImpl.getAtomGroups(GroupType type)
|
List<Group> |
Chain.getAtomGroups(GroupType type)
|
List<Group> |
ChainImpl.getSeqResGroups(GroupType type)
|
List<Group> |
Chain.getSeqResGroups(GroupType type)
|
Copyright © 2000–2021 BioJava. All rights reserved.