Skip to content

emreg00/drugbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrugBox: Parsers for various drug info databases

Python 3 parsers for the following resources:

TODO (add parsers for): | ChEMBL | STITCH

Example usage:

from drugbox import drugbank
file_name = "drugbank.xml"
out_file = "targets.tsv"
# Output uniprot ids of (pharmacological) targets of drugs
drugbank.output_data(file_name, out_file, target_type_list = ["target"])
# Output gene symbols of all targets (enzymes, transporters, carriers, etc) of drugs along with the known action information
drugbank.output_target_info(file_name, out_file)

See toolbox repository for a related package with other parsers (DrugBank, ChEMBL and STITCH) for Python 2 and extra functionality.

About

DrugBox: Parsers for various drug info databases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published