| Package | Description | 
|---|---|
| org.biojava.nbio.structure | 
 
Interfaces and classes for protein structure (PDB). 
 | 
| org.biojava.nbio.structure.align.client | 
 This package deals with the server communication for auto-downloading pre-calculated alignments. 
 | 
| org.biojava.nbio.structure.align.gui | |
| org.biojava.nbio.structure.align.multiple | |
| org.biojava.nbio.structure.align.util | |
| org.biojava.nbio.structure.cath | |
| org.biojava.nbio.structure.domain | |
| org.biojava.nbio.structure.ecod | |
| org.biojava.nbio.structure.gui.util | 
 
Some utility classes for the protein structure GUIs. 
 | 
| org.biojava.nbio.structure.scop | 
 Parsers and API for SCOP, Structural Classification of Proteins. 
 | 
| org.biojava.nbio.structure.symmetry.internal | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BioAssemblyIdentifier  | 
class  | 
PassthroughIdentifier
A stub StructureIdentifier, representing the full structure in all cases. 
 | 
class  | 
SubstructureIdentifier
This is the canonical way to identify a part of a structure. 
 | 
class  | 
URLIdentifier
Represents a structure loaded from a URL (including a file URL)
 A few custom query parameters are supported:
 
 format=[pdb|cif] Specify the file format (will otherwise be
     guessed from the extension)
 pdbId=[String] Specify the PDB ID (also guessed from the filename)
 chainID=[String] A single chain from the structure
 residues=[String] Residue ranges, in a form understood by
      
SubstructureIdentifier
  | 
| Modifier and Type | Method and Description | 
|---|---|
StructureIdentifier | 
StructureImpl.getStructureIdentifier()  | 
StructureIdentifier | 
Structure.getStructureIdentifier()
Get an identifier corresponding to this structure 
 | 
static StructureIdentifier | 
Identifier.loadIdentifier(String id,
              AtomCache cache)
Deprecated. 
 
Create a new  
StructureName instead. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StructureImpl.setStructureIdentifier(StructureIdentifier structureIdentifier)  | 
void | 
Structure.setStructureIdentifier(StructureIdentifier structureIdentifier)
Set the identifier corresponding to this structure 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StructureName
A utility class that makes working with names of structures, domains and ranges easier. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StructureIdentifier | 
StructureName.getBaseIdentifier()
StructureName wraps another StructureIdentifier. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StructureIdentifier | 
SelectPDBPanel.getName1()  | 
StructureIdentifier | 
SelectPDBPanel.getName2()  | 
| Constructor and Description | 
|---|
MultipleAlignmentCalc(MultipleAlignmentGUI parent,
                     List<Structure> structures,
                     List<StructureIdentifier> names)
Requests an alignment of the pdbs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StructureIdentifier | 
MultipleAlignment.getStructureIdentifier(int index)
Returns the StructureIdentifier associated with the structure index from
 its parent Ensemble. 
 | 
StructureIdentifier | 
MultipleAlignmentImpl.getStructureIdentifier(int index)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<StructureIdentifier> | 
MultipleAlignmentEnsemble.getStructureIdentifiers()
Returns a List containing the names of the structures aligned
 (i.e.: PDB code, SCOP domain, etc.). 
 | 
List<StructureIdentifier> | 
MultipleAlignmentEnsembleImpl.getStructureIdentifiers()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MultipleAlignmentEnsemble.setStructureIdentifiers(List<StructureIdentifier> structureIdentifiers)
Set the List containing the names of the structures aligned
 (i.e.: PDB code, SCOP domain, etc.). 
 | 
void | 
MultipleAlignmentEnsembleImpl.setStructureIdentifiers(List<StructureIdentifier> structureNames)  | 
| Constructor and Description | 
|---|
MultipleAlignmentEnsembleImpl(List<StructureIdentifier> structureIdentifiers)
Constructor using structure identifiers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Atom[] | 
AtomCache.getAtoms(StructureIdentifier name)  | 
Atom[] | 
AtomCache.getRepresentativeAtoms(StructureIdentifier name)  | 
Structure | 
AtomCache.getStructure(StructureIdentifier strucId)
Get the structure corresponding to the given  
StructureIdentifier. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CathDomain
A class which represents a single CATH domain. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PDPDomain  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EcodDomain
An EcodDomain contains all the information of the ECOD database: id, 
 classification groups (from higher to lower in the tree: X,H,T,F), PDB code,
 chain, residue ranges and status (manual or automatic classification). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<StructureIdentifier> | 
SelectMultiplePanel.getNames()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ScopDomain
Container for the information for a domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StructureIdentifier | 
CeSymmResult.getStructureId()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<StructureIdentifier> | 
CeSymmResult.getRepeatsID()
Return the symmetric repeats as structure identifiers, if the result is
 symmetric and it was refined, return null otherwise. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CeSymmResult.setStructureId(StructureIdentifier structureId)  | 
Copyright © 2000–2017 BioJava. All rights reserved.