![]() |
DrugDesign Data Analysis
Module of the DrugDesign project responsible for loading and pre-processing data from ChEMBL and PubChem
|
Namespaces | |
namespace | functions |
Functions | |
functions.DownloadCompoundToxicity (dict compound_data, str page_folder_name) | |
pd.DataFrame | functions.GetDataFrameFromUrl (str request_url, float sleep_time) |
str | functions.GetLinkFromSid (int sid, str collection, int limit) |
str | functions.GetMolfileFromCID (str cid, float|None sleep_time=toxicity_config["sleep_time"]) |
requests.Response | functions.GetResponse (str request_url, bool stream, float|None sleep_time=toxicity_config["sleep_time"]) |
Variables | |
Config | functions.filtering_config = toxicity_config["filtering"] |
Config | functions.toxicity_config = config["PubChem_download_toxicity"] |