|
| 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"]) |
|