DrugDesign Data Analysis
Module of the DrugDesign project responsible for loading and pre-processing data from ChEMBL and PubChem
All Classes Namespaces Files Functions Variables Pages
functions.py File Reference

Namespaces

namespace  functions
 

Functions

 functions.DownloadCompoundToxicity (dict compound_data, str page_folder_name)
 
None functions.FilterDownloadedToxicityByCharacteristics (str unit_type, str charact_1, str charact_2, str charact_3)
 
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=config["PubChem_download_toxicity"]["sleep_time"])
 
list[str] functions.GetMolfilesFromCIDs (list[str] cids, float|None sleep_time=config["PubChem_download_toxicity"]["sleep_time"])
 
requests.Response functions.GetResponse (str request_url, bool stream, float|None sleep_time=config["PubChem_download_toxicity"]["sleep_time"])
 

Variables

Config functions.filtering_config = toxicity_config["filtering"]
 
Config functions.toxicity_config = config["PubChem_download_toxicity"]