Uses of Interface
org.biojava.bio.structure.Structure
-
Packages that use Structure Package Description org.biojava.bio.program.das.dasstructure request a protein structure via DASorg.biojava.bio.structure Interfaces and classes for protein structure (PDB).org.biojava.bio.structure.align Classes for the super-imposition of structures.org.biojava.bio.structure.align.pairwise Classes for the pairwise alignment of structures.org.biojava.bio.structure.gui A few convenience classes to view protein structures with Jmol (if it is on the classpath), to calculate a protein structure alignment and to investigate the internals of the protein structure alignment algorithm.org.biojava.bio.structure.gui.events Some event classes for the protein structure GUIs.org.biojava.bio.structure.gui.util Some utility classes for the protein structure GUIs.org.biojava.bio.structure.io Input and Output of Structuresorg.biojava.bio.structure.io.mmcif Input and Output of mmcif filesorg.biojava.bio.structure.server classes for easier management of PDB installations -
-
Uses of Structure in org.biojava.bio.program.das.dasstructure
Methods in org.biojava.bio.program.das.dasstructure that return Structure Modifier and Type Method Description StructureDASStructureXMLResponseParser. get_structure()returns the Structure object.StructureDASStructureCall. getStructure(java.lang.String pdb_code)connect to a DAS structure service and retreive 3D data. -
Uses of Structure in org.biojava.bio.structure
Classes in org.biojava.bio.structure that implement Structure Modifier and Type Class Description classStructureImplImplementation of a PDB Structure.Methods in org.biojava.bio.structure that return Structure Modifier and Type Method Description StructureStructure. clone()returns an identical copy of this Structure objectStructureStructureImpl. clone()returns an identical copy of this structure .StructureChain. getParent()Returns the parent Structure of this chain.StructureChainImpl. getParent()Returns the parent Structure of this chain.StructureDBRef. getParent()Get the structure object that this DBRef relates to.StructureMutator. mutate(Structure struc, java.lang.String chainId, java.lang.String pdbResnum, java.lang.String newType)creates a new structure which is identical with the original one.Methods in org.biojava.bio.structure with parameters of type Structure Modifier and Type Method Description static Atom[]StructureTools. getAtomArray(Structure s, java.lang.String[] atomNames)Returns an array of the requested Atoms from the Structure object.static Atom[]StructureTools. getAtomCAArray(Structure s)Returns an Atom array of the CA atoms.static Atom[]StructureTools. getBackboneAtomArray(Structure s)Returns an Atom array of the MainChain atoms.static intStructureTools. getNrAtoms(Structure s)Count how many number of Atoms are contained within a Structure object.static intStructureTools. getNrGroups(Structure s)Count how many groups are contained within a structure object.StructureMutator. mutate(Structure struc, java.lang.String chainId, java.lang.String pdbResnum, java.lang.String newType)creates a new structure which is identical with the original one.static voidCalc. plus(Structure s, Matrix matrix)calculate structure + Matrix coodinates ...static voidCalc. rotate(Structure structure, double[][] rotationmatrix)Rotate a structure.static voidCalc. rotate(Structure structure, Matrix m)Rotate a structure object.voidChain. setParent(Structure parent)Set the back-reference to its parent Structure.voidChainImpl. setParent(Structure parent)Set the back-reference to its parent Structure.voidDBRef. setParent(Structure s)Set the structure object that this DBRef relates to.static voidCalc. shift(Structure structure, Atom a)shift a structure with a vector.Constructors in org.biojava.bio.structure with parameters of type Structure Constructor Description AtomIterator(Structure struct)Constructs an AtomIterator object.GroupIterator(Structure struct)Constructs a GroupIterator object. -
Uses of Structure in org.biojava.bio.structure.align
Methods in org.biojava.bio.structure.align with parameters of type Structure Modifier and Type Method Description voidStructurePairAligner. align(Structure s1, Structure s2)calculate the alignment between the two full structures with default parametersvoidStructurePairAligner. align(Structure s1, Structure s2, StrucAligParameters params)calculate the alignment between the two full structures with user provided parametersAtom[]StructurePairAligner. getAlignmentAtoms(Structure s) -
Uses of Structure in org.biojava.bio.structure.align.pairwise
Methods in org.biojava.bio.structure.align.pairwise that return Structure Modifier and Type Method Description StructureAlternativeAlignment. getAlignedStructure(Structure s1, Structure s2)create an artifical Structure object that contains the two structures superimposed onto each other.Methods in org.biojava.bio.structure.align.pairwise with parameters of type Structure Modifier and Type Method Description StructureAlternativeAlignment. getAlignedStructure(Structure s1, Structure s2)create an artifical Structure object that contains the two structures superimposed onto each other.java.lang.StringAlternativeAlignment. toPDB(Structure s1, Structure s2)converts the alignment to a PDB file each of the structures will be represented as a model. -
Uses of Structure in org.biojava.bio.structure.gui
Methods in org.biojava.bio.structure.gui with parameters of type Structure Modifier and Type Method Description voidBiojavaJmol. setStructure(Structure s)voidSequenceDisplay. setStructure1(Structure structure)voidSequenceDisplay. setStructure2(Structure structure) -
Uses of Structure in org.biojava.bio.structure.gui.events
Methods in org.biojava.bio.structure.gui.events with parameters of type Structure Modifier and Type Method Description voidJmolAlignedPositionListener. setStructure1(Structure structure1)voidJmolAlignedPositionListener. setStructure2(Structure structure2) -
Uses of Structure in org.biojava.bio.structure.gui.util
Methods in org.biojava.bio.structure.gui.util that return Structure Modifier and Type Method Description StructurePDBDirPanel. getStructure1()StructurePDBServerPanel. getStructure1()StructurePDBUploadPanel. getStructure1()StructureStructurePairSelector. getStructure1()StructurePDBDirPanel. getStructure2()StructurePDBServerPanel. getStructure2()StructurePDBUploadPanel. getStructure2()StructureStructurePairSelector. getStructure2()Constructors in org.biojava.bio.structure.gui.util with parameters of type Structure Constructor Description AlignmentCalc(AlignmentGui parent, Structure s1, Structure s2)requests an alignment of pdb1 vs pdb 2.AlternativeAlignmentFrame(Structure s1, Structure s2) -
Uses of Structure in org.biojava.bio.structure.io
Methods in org.biojava.bio.structure.io that return Structure Modifier and Type Method Description StructureMMCIFFileReader. getStructure(java.io.File filename)Opens filename, parses it and returns a Structure object.StructureMMCIFFileReader. getStructure(java.lang.String filename)Opens filename, parses it and returns a Structure object .StructurePDBFileReader. getStructure(java.io.File filename)opens filename, parses it and returns a Structure objectStructurePDBFileReader. getStructure(java.lang.String filename)opens filename, parses it and returns aStructure object .StructureStructureIOFile. getStructure(java.io.File file)read file from File and returns a Structure object.StructureStructureIOFile. getStructure(java.lang.String filename)open filename and returns a Structure object.StructureDASStructureClient. getStructureById(java.lang.String pdb_code)if pdb code is set (setId): connect to a DAS-structure service and retreive data.StructureMMCIFFileReader. getStructureById(java.lang.String pdbId)Get a structure by PDB code.StructurePDBFileReader. getStructureById(java.lang.String pdbId)load a structure from local file system and return a PDBStructure objectStructurePDBMSDReader. getStructureById(java.lang.String pdbId)Get a structure by providing a PDB code.StructurePDBSRSReader. getStructureById(java.lang.String pdbId)load a structure from from SRS installation using wgetz returns null if no structure foundStructureStructureIO. getStructureById(java.lang.String pdbId)Get a structure by providing a PDB code.StructurePDBFileParser. parsePDBFile(java.io.BufferedReader buf)parse a PDB file and return a datastructure implementing PDBStructure interface.StructurePDBFileParser. parsePDBFile(java.io.InputStream inStream)parse a PDB file and return a datastructure implementing PDBStructure interface.Methods in org.biojava.bio.structure.io with parameters of type Structure Modifier and Type Method Description voidSeqRes2AtomAligner. align(Structure s, java.util.List<Chain> seqResList)voidPDBFileParser. linkChains2Compound(Structure s)Constructors in org.biojava.bio.structure.io with parameters of type Structure Constructor Description FileConvert(Structure struc)Constructs a FileConvert object. -
Uses of Structure in org.biojava.bio.structure.io.mmcif
Methods in org.biojava.bio.structure.io.mmcif that return Structure Modifier and Type Method Description StructureSimpleMMcifConsumer. getStructure()This method will return the parsed protein structure, once the parsing has been finished -
Uses of Structure in org.biojava.bio.structure.server
Methods in org.biojava.bio.structure.server that return Structure Modifier and Type Method Description StructureFlatFileInstallation. getStructure(java.lang.String pdbId)StructureMMCIFFileInstallation. getStructure(java.lang.String pdbId)StructurePDBInstallation. getStructure(java.lang.String pdbId)request a structure by its PDB identifierStructureStructureEvent. getStructure()StructureStructureEventImpl. getStructure()StructureFlatFileInstallation. next()StructureMMCIFFileInstallation. next()StructurePDBInstallation. next()iterate over all structures in this Installation that pass the provided filters and return the next one in the list.Constructors in org.biojava.bio.structure.server with parameters of type Structure Constructor Description StructureEventImpl(Structure s)
-