Skip to content

BioMedQuery Julia Package

Julia utilities to process and save results from BioMedical databases/APIs.

BioServices.jl (part of BioJulia) provides the basic interface to some of the APIs, while BioMedQuery helps parse and save results into MySQL, SQLite, DataFrames, CSV etc.

Supported APIs include:

National Library of Medicine (NLM)

Installation

BioMedQuery is a registered package. To install the latest stable version, use the package manager.

Pkg.add("BioMedQuery")

To chekout the current master (development) branch:

Pkg.checkout("BioMedQuery")
`

Function Description
BioServices.jl Interface to EUtils and UMLS APIs
PubMedMiner.jl Examples of comorbidity studies using PubMed articles