Uses of Interface
org.biojava.bio.structure.Group
-
Packages that use Group Package Description org.biojava.bio.structure Interfaces and classes for protein structure (PDB).org.biojava.bio.structure.io Input and Output of Structures -
-
Uses of Group in org.biojava.bio.structure
Subinterfaces of Group in org.biojava.bio.structure Modifier and Type Interface Description interfaceAminoAcidAGroupthat represents an AminoAcid.Classes in org.biojava.bio.structure that implement Group Modifier and Type Class Description classAminoAcidImplAminoAcid inherits most from Hetatom.classHetatomImplGeneric Implementation of a Group interface.classNucleotideImplA nucleotide group is almost the same as a Hetatm group.Methods in org.biojava.bio.structure that return Group Modifier and Type Method Description GroupStructure. findGroup(java.lang.String chainId, java.lang.String pdbResnum)request a particular group from a structure.GroupStructure. findGroup(java.lang.String chainId, java.lang.String pdbResnum, int modelnr)request a particular group from a structure.GroupStructureImpl. findGroup(java.lang.String chainName, java.lang.String pdbResnum)GroupStructureImpl. findGroup(java.lang.String chainId, java.lang.String pdbResnum, int modelnr)GroupChain. getAtomGroup(int position)return the Group at position X.GroupChainImpl. getAtomGroup(int position)return the group at position .GroupChain. getGroup(int position)Deprecated.use getAtomGroup or getSeqResGroup insteadGroupChainImpl. getGroup(int position)Deprecated.use getAtomGroup or getSeqResGroup insteadGroupChain. getGroupByPDB(java.lang.String pdbresnum)get a group by its PDB residue numbering.GroupChainImpl. getGroupByPDB(java.lang.String pdbresnum)Group[]Chain. getGroupsByPDB(java.lang.String pdbresnumStart, java.lang.String pdbresnumEnd)Get all groups that are located between two PDB residue numbers.Group[]Chain. getGroupsByPDB(java.lang.String pdbresnumStart, java.lang.String pdbresnumEnd, boolean ignoreMissing)Get all groups that are located between two PDB residue numbers.Group[]ChainImpl. getGroupsByPDB(java.lang.String pdbresnumStart, java.lang.String pdbresnumEnd)Get all groups that are located between two PDB residue numbers.Group[]ChainImpl. getGroupsByPDB(java.lang.String pdbresnumStart, java.lang.String pdbresnumEnd, boolean ignoreMissing)Get all groups that are located between two PDB residue numbers.GroupAtom. getParent()Returns the parent Group of the Atom.GroupAtomImpl. getParent()GroupChain. getSeqResGroup(int position)return the Group at position X.GroupChainImpl. getSeqResGroup(int position)return the Group at position X.GroupGroupIterator. next()get next Group.Methods in org.biojava.bio.structure that return types with arguments of type Group Modifier and Type Method Description java.util.List<Group>Chain. getAtomGroups()Return all groups that have been specified in the ATOM section of this chain .java.util.List<Group>Chain. getAtomGroups(java.lang.String type)Return a List of all groups of a special type (e.g.java.util.List<Group>ChainImpl. getAtomGroups()Return all groups that have been specified in the ATOM section of this chain .java.util.List<Group>ChainImpl. getAtomGroups(java.lang.String type)Get the Groups of a certain type, that are listed int the ATOM records of the PDB file.java.util.List<Group>Chain. getGroups()Deprecated.use getAtomGroups or getSeqResGroups insteadjava.util.List<Group>Chain. getGroups(java.lang.String type)Deprecated.use getAtomGroups or getSeqResGroups insteadjava.util.List<Group>ChainImpl. getGroups()Deprecated.use getAtomGroups insteadjava.util.List<Group>ChainImpl. getGroups(java.lang.String type)Deprecated.use getAtomGroups insteadjava.util.List<Group>Chain. getSeqResGroups()Return all groups of this chain.java.util.List<Group>Chain. getSeqResGroups(java.lang.String type)Return a List of all groups of a special type (e.g.java.util.List<Group>ChainImpl. getSeqResGroups()Return all groups of this chain.java.util.List<Group>ChainImpl. getSeqResGroups(java.lang.String type)Return a List of all groups of a special type (e.g.Methods in org.biojava.bio.structure with parameters of type Group Modifier and Type Method Description voidChain. addGroup(Group group)add a group to the list of ATOM record group of this chain.voidChainImpl. addGroup(Group group)add a group to the list of ATOM record group of this chain.static voidCalc. rotate(Group group, double[][] rotationmatrix)rotate a structure .static voidCalc. rotate(Group group, Matrix m)Rotate a group object.voidAtom. setParent(Group parent)Sets the back-reference to its parent Group.voidAtomImpl. setParent(Group parent)static voidCalc. shift(Group group, Atom a)Shift a Group with a vector.Method parameters in org.biojava.bio.structure with type arguments of type Group Modifier and Type Method Description voidChain. setAtomGroups(java.util.List<Group> groups)Set all groups that have been specified in the ATOM section of this chain .voidChainImpl. setAtomGroups(java.util.List<Group> groups)Set all groups that have been specified in the ATOM section of this chain .voidChain. setSeqResGroups(java.util.List<Group> seqResGroups)Set the list of SeqResGroups for this chain.voidChainImpl. setSeqResGroups(java.util.List<Group> groups)Set the list of SeqResGroups for this chain.Constructors in org.biojava.bio.structure with parameters of type Group Constructor Description AtomIterator(Group g)Constructs an AtomIterator object.StructureImpl(Group g)construct a Structure object that only contains a single group -
Uses of Group in org.biojava.bio.structure.io
Method parameters in org.biojava.bio.structure.io with type arguments of type Group Modifier and Type Method Description booleanSeqRes2AtomAligner. align(java.util.List<Group> seqRes, java.util.List<Group> atomRes)aligns two chains of groups, where the first chain is representing the list of amino acids as obtained from the SEQRES records, and the second chain represents the groups obtained from the ATOM records (and containing the actual ATOM information).java.lang.StringSeqRes2AtomAligner. getFullAtomSequence(java.util.List<Group> groups)returns the full sequence of the Atom records of a chain with X instead of HETATMSs.
-