An open API service indexing awesome lists of open source software.

https://github.com/wherrera10/druginteractions.jl

Gtk Julia app for finding drug interactions from the RxNav database.
https://github.com/wherrera10/druginteractions.jl

app drug-interaction medical-application pharmacology

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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