Skip to content

Gtk Julia app for finding drug interactions from the RxNav database.

License

Notifications You must be signed in to change notification settings

wherrera10/DrugInteractions.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrugInteractions.jl

Finding drug interactions from the RxNav online internet database with Gtk in Julia



Usage

using DrugInteractions

drug_interactions_app()



Functions

drug_interactions_app()

Start the app.



Installation

You may install the package from Github in the usual way:

# press ] to go to Pkg mode

pkg> add DoseCalculators

Or, to install the current master copy:

using Pkg
Pkg.add("http://github.com/wherrera10/DoseCalculators.jl")