biotite.database.rcsb¶
A subpackage for downloading files from the RCSB PDB.
Queries¶
A representation of a JSON query for the RCSB search API. |
|
A terminal query node for the RCSB search API. |
|
A group query node for the RCSB search API. |
|
A text query for searching for a given term across all available fields. |
|
A text query for searching for values in a given field using the given operator. |
|
A query for protein/DNA/RNA molecules with a sequence similar to a given input sequence using MMseqs2. |
|
A query for protein/DNA/RNA molecules containing the given sequence motif. |
|
A query for protein/DNA/RNA molecules with structural similarity to the query structure. |
Search and fetch¶
Count PDB entries that meet the given query requirements, via the RCSB search API. |
|
Get all PDB IDs that meet the given query requirements, via the RCSB search API. |
|
Download structure files (or sequence files) from the RCSB PDB in various formats. |