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
main Namespace Reference

Variables

dict download_tasks
 

Detailed Description

main.py: Основной файл проекта, в котором вызываются все необходимые DrugDesign функции загрузки.

Variable Documentation

◆ download_tasks

dict main.download_tasks
Initial value:
1= {
2 "ChEMBL_download_cell_lines": DownloadChEMBLCellLines,
3 "ChEMBL_download_compounds": DownloadChEMBLCompounds,
4 "ChEMBL_download_targets": DownloadChEMBLTargets,
5 "PubChem_download_toxicity": DownloadPubChemCompoundsToxicity,
6}