| Package | Description |
|---|---|
| org.biojava.nbio.structure |
Interfaces and classes for protein structure (PDB).
|
| org.biojava.nbio.structure.align |
Classes for the alignment of structures.
|
| org.biojava.nbio.structure.align.client |
This package deals with the server communication for auto-downloading pre-calculated alignments.
|
| org.biojava.nbio.structure.domain | |
| org.biojava.nbio.structure.io |
Input and Output of Structures
|
| org.biojava.nbio.structure.quaternary.io |
| Modifier and Type | Method and Description |
|---|---|
static Structure |
StructureTools.getStructure(String name,
PDBFileParser parser,
AtomCache cache)
Flexibly get a structure from an input String.
|
static StructureIdentifier |
Identifier.loadIdentifier(String id,
AtomCache cache)
Loads a
StructureIdentifier from the specified string. |
static void |
StructureIO.setAtomCache(AtomCache c) |
| Constructor and Description |
|---|
SubstructureIdentifier(String id,
AtomCache cache) |
| Modifier and Type | Method and Description |
|---|---|
AtomCache |
MultiThreadedDBSearch.getAtomCache() |
AtomCache |
CallableStructureAlignment.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiThreadedDBSearch.setAtomCache(AtomCache cache) |
void |
CallableStructureAlignment.setCache(AtomCache cache) |
| Modifier and Type | Field and Description |
|---|---|
protected AtomCache |
FarmJobRunnable.cache |
| Modifier and Type | Method and Description |
|---|---|
Structure |
RemotePDPProvider.getDomain(String pdpDomainName,
AtomCache cache) |
Structure |
PDPProvider.getDomain(String pdbDomainName,
AtomCache cache) |
| Constructor and Description |
|---|
FastaStructureParser(FastaReader<ProteinSequence,AminoAcidCompound> reader,
AtomCache cache) |
FastaStructureParser(File file,
SequenceHeaderParserInterface<ProteinSequence,AminoAcidCompound> headerParser,
SequenceCreatorInterface<AminoAcidCompound> sequenceCreator,
AtomCache cache) |
FastaStructureParser(InputStream is,
SequenceHeaderParserInterface<ProteinSequence,AminoAcidCompound> headerParser,
SequenceCreatorInterface<AminoAcidCompound> sequenceCreator,
AtomCache cache) |
| Modifier and Type | Method and Description |
|---|---|
AtomCache |
RemoteBioUnitDataProvider.getAtomCache() |
AtomCache |
PDBBioUnitDataProvider.getAtomCache() |
AtomCache |
MmCifPDBBiolAssemblyProvider.getAtomCache() |
AtomCache |
BioUnitDataProvider.getAtomCache() |
AtomCache |
MmCifBiolAssemblyProvider.getAtomCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteBioUnitDataProvider.setAtomCache(AtomCache cache) |
void |
PDBBioUnitDataProvider.setAtomCache(AtomCache cache) |
void |
MmCifPDBBiolAssemblyProvider.setAtomCache(AtomCache cache) |
void |
BioUnitDataProvider.setAtomCache(AtomCache cache) |
void |
MmCifBiolAssemblyProvider.setAtomCache(AtomCache cache) |
Copyright © 2000-2015 BioJava. All Rights Reserved.