Skip to content

Files

Latest commit

 

History

History
43 lines (22 loc) · 765 Bytes

README.md

File metadata and controls

43 lines (22 loc) · 765 Bytes

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