StructureOperator {rPDBapi} | R Documentation |
Create a Structure Operator for Structure-Based Searches
Description
Constructs a StructureOperator object for use in structure-based searches within the RCSB PDB. This operator allows specifying a PDB entry ID, assembly ID, and the search mode.
Usage
StructureOperator(
pdb_entry_id,
assembly_id = 1,
search_mode = "STRICT_SHAPE_MATCH"
)
Arguments
pdb_entry_id |
A string representing the PDB entry ID to search for. |
assembly_id |
An integer representing the assembly ID, default is 1. |
search_mode |
A string indicating the search mode, such as 'STRICT_SHAPE_MATCH', default is 'STRICT_SHAPE_MATCH'. |
Value
An object of class 'StructureOperator' representing the structure search operator.
[Package rPDBapi version 1.3 Index]