get_pharmacophore_features
Identify pharmacophore features and binding site information for chemical compounds using PubChem Compound ID to analyze molecular interactions and binding properties.
Instructions
Get pharmacophore features and binding site information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cid | Yes | PubChem Compound ID (CID) |
Input Schema (JSON Schema)
{
"properties": {
"cid": {
"description": "PubChem Compound ID (CID)",
"type": [
"number",
"string"
]
}
},
"required": [
"cid"
],
"type": "object"
}