| Package | Description |
|---|---|
| org.biojava.nbio.structure | |
| 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.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 |
URLIdentifier.loadStructure(AtomCache cache)
Load the structure from the URL
|
Structure |
BioAssemblyIdentifier.loadStructure(AtomCache cache) |
Structure |
StructureIdentifier.loadStructure(AtomCache cache)
Loads a structure encompassing the structure identified.
|
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(). |
static void |
StructureIO.setAtomCache(AtomCache c) |
| Modifier and Type | Method and Description |
|---|---|
AtomCache |
CallableStructureAlignment.getCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallableStructureAlignment.setCache(AtomCache 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 |
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–2021 BioJava. All rights reserved.