Uses of Class
org.biojava.nbio.structure.GroupType
-
Packages that use GroupType Package Description org.biojava.nbio.structure -
-
Uses of GroupType in org.biojava.nbio.structure
Fields in org.biojava.nbio.structure declared as GroupType Modifier and Type Field Description static GroupTypeAminoAcidImpl. typethis is an Amino acid.static GroupTypeHetatomImpl. typeThe GroupType is HETATMstatic GroupTypeNucleotideImpl. typethis is a "nucleotide", a special occurance of a Hetatom.Methods in org.biojava.nbio.structure that return GroupType Modifier and Type Method Description GroupTypeChain. getPredominantGroupType()Get the predominantGroupTypefor a given Chain, following these rules: if the ratio of number of residues of a certainGroupTypeto total non-water residues is above the threshold 0.95, then thatGroupTypeis returned if there is noGroupTypethat is above the threshold then theGroupTypewith most members is chosen, logging itGroupTypeChainImpl. getPredominantGroupType()GroupTypeAminoAcidImpl. getType()GroupTypeGroup. getType()GroupTypeHetatomImpl. getType()GroupTypeNucleotideImpl. getType()static GroupTypeGroupType. 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.Methods in org.biojava.nbio.structure with parameters of type GroupType Modifier and Type Method Description static Set<Group>StructureTools. getAllGroupsFromSubset(Atom[] atoms, GroupType types)Expand a set of atoms into all groups from the same structure.List<Group>Chain. getAtomGroups(GroupType type)List<Group>ChainImpl. getAtomGroups(GroupType type)List<Group>Chain. getSeqResGroups(GroupType type)List<Group>ChainImpl. getSeqResGroups(GroupType type)
-