| Interface | Description |
|---|---|
| BioUnitDataProvider |
Provides access to the data that is needed in order to rebuild the correct biological assembly of a protein.
|
| RawBioUnitDataProvider |
Defines the methods that have to be implemented by a class that provides the data that is necessary to recreate the correct biological assembly of a protein.
|
| Class | Description |
|---|---|
| BioUnitDataProviderFactory | |
| FileBasedPDBBioUnitDataProvider |
A biounit provider that loads the biol assembly from thepublic PDB file, rather than re-creating it on the fly out of the default PDB file for the asym unit
|
| MmCifBiolAssemblyProvider | |
| MmCifPDBBiolAssemblyProvider |
A provider for information about biological units for PDB files that is based on reading local MMcif files.
|
| PDBBioUnitDataProvider |
A BioUnitDataProvider that extracts the necessary info from PDB files
|
| RemoteBioUnitDataProvider | |
| RemoteRawBioUnitDataProvider |
A BioUnitDataProvider that fetches the symmetry operations via remote calls to servers from RCSB PDB
|