Uses of Interface
org.biojava.bio.structure.Chain
-
Packages that use Chain Package Description org.biojava.bio.structure Interfaces and classes for protein structure (PDB).org.biojava.bio.structure.gui.util Some utility classes for the protein structure GUIs.org.biojava.bio.structure.io Input and Output of Structures -
-
Uses of Chain in org.biojava.bio.structure
Classes in org.biojava.bio.structure that implement Chain Modifier and Type Class Description classChainImplA Chain in a PDB file.Methods in org.biojava.bio.structure that return Chain Modifier and Type Method Description ChainStructure. findChain(java.lang.String chainId)request a particular chain from a structure.ChainStructure. findChain(java.lang.String chainId, int modelnr)request a particular chain from a particular modelChainStructureImpl. findChain(java.lang.String chainId)ChainStructureImpl. findChain(java.lang.String chainId, int modelnr)ChainStructure. getChain(int pos)retrieve a chain by it's position within the Structure .ChainStructure. getChain(int pos, int modelnr)retrieve a chain by it's position within the Structure and model number.ChainStructureImpl. getChain(int number)retrieve a chain by it's position within the Structure.ChainStructureImpl. getChain(int modelnr, int number)retrieve a chain by it's position within the Structure and model number.ChainStructure. getChainByPDB(java.lang.String chainId)request a chain by it's PDB code by default takes only the first modelChainStructure. getChainByPDB(java.lang.String chainId, int modelnr)request a chain by it's PDB code by default takes only the first modelChainStructureImpl. getChainByPDB(java.lang.String chainId)ChainStructureImpl. getChainByPDB(java.lang.String chainId, int modelnr)ChainAtomIterator. getCurrentChain()Get the chain that contains the current atom.ChainGroupIterator. getCurrentChain()Get the current Chain.ChainGroup. getParent()Returns the parent Chain of the Group.ChainHetatomImpl. getParent()Returns the parent Chain of the GroupMethods in org.biojava.bio.structure that return types with arguments of type Chain Modifier and Type Method Description java.util.List<Chain>Compound. getChains()get the chains that are part of this Compoundjava.util.List<Chain>Structure. getChains()retrieve all chains - if it is a NMR structure will return the chains of the first model.java.util.List<Chain>Structure. getChains(int modelnr)retrieve all chains of a model.java.util.List<Chain>StructureImpl. getChains()java.util.List<Chain>StructureImpl. getChains(int modelnr)retrieve all chains of a model.java.util.List<Chain>Structure. getModel(int modelnr)retrieve all Chains belonging to a model .java.util.List<Chain>StructureImpl. getModel(int modelnr)retrieve all Chains belonging to a model .Methods in org.biojava.bio.structure with parameters of type Chain Modifier and Type Method Description voidCompound. addChain(Chain chain)voidStructure. addChain(Chain chain)add a new chain.voidStructure. addChain(Chain chain, int modelnr)add a new chain, if several models are available.voidStructureImpl. addChain(Chain chain)add a new chain.voidStructureImpl. addChain(Chain chain, int modelnr)add a new chain, if several models are available.voidGroup. setParent(Chain parent)Set the back-reference (to its parent Chain).voidHetatomImpl. setParent(Chain parent)Set the back-reference (to its parent Chain)Method parameters in org.biojava.bio.structure with type arguments of type Chain Modifier and Type Method Description voidStructure. addModel(java.util.List<Chain> model)add a new model.voidStructureImpl. addModel(java.util.List<Chain> model)add a new model.voidCompound. setChains(java.util.List<Chain> chains)voidStructure. setChains(int modelnr, java.util.List<Chain> chains)set the chains for a modelvoidStructure. setChains(java.util.List<Chain> chains)set the chains of a structure, if this is a NMR structure, this will only set model 0.voidStructureImpl. setChains(int modelnr, java.util.List<Chain> chains)voidStructureImpl. setChains(java.util.List<Chain> chains)voidStructure. setModel(int position, java.util.List<Chain> model)a convenience function if one wants to edit and replace the models in a structure.voidStructureImpl. setModel(int position, java.util.List<Chain> model)Constructors in org.biojava.bio.structure with parameters of type Chain Constructor Description StructureImpl(Chain c)construct a Structure object that contains a particular chain -
Uses of Chain in org.biojava.bio.structure.gui.util
Methods in org.biojava.bio.structure.gui.util that return Chain Modifier and Type Method Description ChainSequenceScalePanel. getChain()Methods in org.biojava.bio.structure.gui.util with parameters of type Chain Modifier and Type Method Description voidSequenceMouseListener. setChain(Chain c)voidSequenceScalePanel. setChain(Chain c) -
Uses of Chain in org.biojava.bio.structure.io
Methods in org.biojava.bio.structure.io that return Chain Modifier and Type Method Description static ChainCAConverter. getCAOnly(Chain chain)Convert a Chain to a new Chain containing C-alpha atoms only.Methods in org.biojava.bio.structure.io that return types with arguments of type Chain Modifier and Type Method Description static java.util.List<Chain>CAConverter. getCAOnly(java.util.List<Chain> chains)Convert a List of chain objects to another List of chains, containing C-alpha atoms only.Methods in org.biojava.bio.structure.io with parameters of type Chain Modifier and Type Method Description static ChainCAConverter. getCAOnly(Chain chain)Convert a Chain to a new Chain containing C-alpha atoms only.Method parameters in org.biojava.bio.structure.io with type arguments of type Chain Modifier and Type Method Description voidSeqRes2AtomAligner. align(Structure s, java.util.List<Chain> seqResList)static java.util.List<Chain>CAConverter. getCAOnly(java.util.List<Chain> chains)Convert a List of chain objects to another List of chains, containing C-alpha atoms only.
-