Skip to content

emreg00/drugbox

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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