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.cath | |
org.biojava.nbio.structure.domain | |
org.biojava.nbio.structure.ecod | |
org.biojava.nbio.structure.io |
Input and Output of Structures
|
org.biojava.nbio.structure.io.mmtf | |
org.biojava.nbio.structure.scop |
Parsers and API for SCOP, Structural Classification of Proteins.
|
Modifier and Type | Method and Description |
---|---|
static AtomCache |
StructureIO.getAtomCache() |
Modifier and Type | Method and Description |
---|---|
static Structure |
StructureTools.getStructure(String name,
PDBFileParser parser,
AtomCache cache)
Flexibly get a structure from an input String.
|
Structure |
PassthroughIdentifier.loadStructure(AtomCache cache)
Passthrough identifiers don't know how to load a structure
|
Structure |
SubstructureIdentifier.loadStructure(AtomCache cache)
Loads the complete structure based on
SubstructureIdentifier.getPdbId() . |
Structure |
StructureIdentifier.loadStructure(AtomCache cache)
Loads a structure encompassing the structure identified.
|
Structure |
URLIdentifier.loadStructure(AtomCache cache)
Load the structure from the URL
|
Structure |
BioAssemblyIdentifier.loadStructure(AtomCache cache) |
static void |
StructureIO.setAtomCache(AtomCache c) |
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 |
StructureName.loadStructure(AtomCache cache) |
Modifier and Type | Method and Description |
---|---|
Structure |
CathDomain.loadStructure(AtomCache cache) |
Modifier and Type | Method and Description |
---|---|
Structure |
PDPProvider.getDomain(String pdpDomainName,
AtomCache cache)
Get the structure for a particular PDP domain
|
Structure |
RemotePDPProvider.getDomain(String pdpDomainName,
AtomCache cache)
Get the structure for a particular PDP domain
|
Structure |
PDPDomain.loadStructure(AtomCache cache) |
Modifier and Type | Method and Description |
---|---|
Structure |
EcodDomain.loadStructure(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 |
---|---|
static AtomCache |
MmtfUtils.setUpBioJava()
Set up the configuration parameters for BioJava.
|
static AtomCache |
MmtfUtils.setUpBioJava(String extraUrl)
Set up the configuration parameters for BioJava.
|
Modifier and Type | Method and Description |
---|---|
Structure |
ScopDomain.loadStructure(AtomCache cache) |
Copyright © 2000–2019 BioJava. All rights reserved.