get_pharmacophore_features
Retrieve pharmacophore features and binding site details for a PubChem Compound ID, aiding in molecular interaction and drug design analysis.
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"
}