biotite.database.pubchem
#
A subpackage for searching and downloading files from the PubChem
database.
Although PubChem is part of NCBI Entrez,
biotite.database.entrez
is only capable of accessing
meta-information from PubChem.
This subpackage, on the other hand, supports searching PubChem
compounds based on chemical information and is able to download
structure records.
Queries#
A search query for the PubChem REST API. |
|
A query that searches for compounds with the given name. |
|
A query that searches for compounds with a given Simplified Molecular Input Line Entry Specification (SMILES) string. |
|
A query that searches for compounds with a given International Chemical Identifier (InChI) string. |
|
A query that searches for compounds with a given International Chemical Identifier (InChI) key. |
|
A query that searches for compounds with the given molecular formula. |
|
A query that searches for all structures, where the given input structure is a superstructure. |
|
A query that searches for all structures, where the given input structure is a substructure. |
|
A query that searches for all structures similar to the given input structure. |
|
A query that searches for all structures that are identical to the given input structure. |
Search and fetch#
Get all CIDs that meet the given query requirements, via the PubChem REST API. |
|
Download structure files from PubChem in various formats. |
|
Download the given property for the given CID(s). |
Miscellaneous#
This class gives information about the dynamic request throttling of Pubchem. |