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.
- Host: GitHub
- URL: https://github.com/wherrera10/druginteractions.jl
- Owner: wherrera10
- License: bsd-2-clause
- Created: 2021-06-27T04:01:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T07:17:31.000Z (over 4 years ago)
- Last Synced: 2025-01-30T05:12:11.164Z (8 months ago)
- Topics: app, drug-interaction, medical-application, pharmacology
- Language: Julia
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DrugInteractions.jl
Finding drug interactions from the RxNav online internet database with Gtk in Julia
## Usage
using DrugInteractionsdrug_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")