Get activity data for the specified assay_chembl_id Args: assay_chembl_id: ChEMBL assay ID Returns: List of activity data
Get supplementary activity data for the specified activity_chembl_id Args: activity_chembl_id: ChEMBL activity ID Returns: List of supplementary activity data
Get assay data for the specified type Args: assay_type: Assay type Returns: List of assay data
Get assay classification data for the specified type Args: assay_class_type: Assay classification type Returns: List of assay classification data
Get ATC classification data for the specified level1 Args: level1: Level1 value of ATC classification Returns: List of ATC classification data
Get binding site data for the specified name Args: site_name: Binding site name Returns: List of binding site data
Get biotherapeutic data for the specified type Args: biotherapeutic_type: Biotherapeutic type Returns: List of biotherapeutic data
Get cell line data for the specified name Args: cell_line_name: Cell line name Returns: List of cell line data
Look up ChEMBL IDs for the specified type and query Args: available_type: Available type q: Query string Returns: List of ChEMBL IDs
Get all ChEMBL release information Returns: List of ChEMBL release information
Get compound records for the specified name Args: compound_name: Compound name Returns: List of compound records
Get compound structural alerts for the specified name Args: alert_name: Alert name Returns: List of compound structural alerts
Get description data for the specified type Args: description_type: Description type Returns: List of description data
Get document data for the specified journal Args: journal: Journal name Returns: List of document data
Get drug data for the specified type Args: drug_type: Drug type Returns: List of drug data
Get drug indication data for the specified MeSH heading Args: mesh_heading: MeSH heading Returns: List of drug indication data
Get drug warning data for the specified MedDRA term Args: meddra_term: MedDRA term Returns: List of drug warning data
Get data for the specified GO Slim term Args: go_slim_term: GO Slim term Returns: List of GO Slim data
Get data for the specified mechanism of action Args: mechanism_of_action: Mechanism of action Returns: List of mechanism data
Get molecule data for the specified type Args: molecule_type: Molecule type Returns: List of molecule data
Get molecule form data for the specified description Args: form_description: Form description Returns: List of molecule form data
Get organism data for the specified taxonomy ID Args: tax_id: Taxonomy ID Returns: List of organism data
Get protein classification data for the specified class name Args: protein_class_name: Protein class name Returns: List of protein classification data
Get source information for the specified description Args: source_description: Source description Returns: List of source information
Get target data for the specified type Args: target_type: Target type Returns: List of target data
Get target component data for the specified type Args: component_type: Component type Returns: List of target component data
Get target relationship data for the specified relationship type Args: relationship_type: Relationship type Returns: List of target relationship data
Get tissue data for the specified name Args: tissue_name: Tissue name Returns: List of tissue data
Get cross-reference source data for the specified name Args: xref_name: Cross-reference source name Returns: List of cross-reference source data
Convert SMILES string to canonical form Args: smiles: SMILES string Returns: Canonicalized SMILES string
Get ChEMBL descriptors for the SMILES string Args: smiles: SMILES string Returns: Dictionary of ChEMBL descriptors
Get description information for the ChEMBL ID Args: chembl_id: ChEMBL ID Returns: Description information
Get descriptors for the SMILES string Args: smiles: SMILES string Returns: Dictionary of descriptors
Get parent ChEMBL ID for the given ChEMBL ID Args: chembl_id: ChEMBL ID Returns: Parent ChEMBL ID
Generate SVG image with highlighted fragment for SMILES string Args: smiles: SMILES string fragment: Fragment to highlight Returns: SVG image string
Convert InChI to InChI Key Args: inchi: InChI string Returns: InChI Key
Convert InChI to SVG image Args: inchi: InChI string Returns: SVG image string
Check if SMILES string represents a 3D structure Args: smiles: SMILES string Returns: True if 3D structure, False otherwise
Get official name for the ChEMBL ID Args: chembl_id: ChEMBL ID Returns: Official name
Remove hydrogen atoms from SMILES string Args: smiles: SMILES string Returns: SMILES string without hydrogen atoms
Convert SMILES string to InChI Args: smiles: SMILES string Returns: InChI string
Convert SMILES string to InChI Key Args: smiles: SMILES string Returns: InChI Key
Convert SMILES string to SVG image Args: smiles: SMILES string Returns: SVG image string
Standardize SMILES string Args: smiles: SMILES string Returns: Standardized SMILES string
Get status information for ChEMBL Web Services Returns: Dictionary of status information
Get structural alerts for SMILES string Args: smiles: SMILES string Returns: List of structural alerts
Server host address
Server port
Logging level
Transport method. 'http' falls back to stdio in this server.