getChemblMechanism | R Documentation |
This function retrieves information about the mechanism of action for a given ChEMBL ID.
getChemblMechanism(
chembl.ID,
resources = "mechanism",
field = "molecule_chembl_id",
filter_type = "in",
returnURL = FALSE,
raw = FALSE
)
chembl.ID |
The ChEMBL ID of the molecule. |
resources |
The ChEMBL resource to query (default: "mechanism"). |
field |
The field to filter on (default: "molecule_chembl_id"). |
filter_type |
The filter type to use (default: "in"). |
returnURL |
Logical indicating whether to return the constructed URL (default: FALSE). |
raw |
Logical indicating whether to return the raw response JSON (default: FALSE). |
A data.table containing the retrieved mechanism information.
getChemblMechanism("CHEMBL1413")
getChemblMechanism("CHEMBL1413",
resources = "mechanism", field = "molecule_chembl_id",
filter_type = "in", returnURL = FALSE, raw = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.