Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.05 KB

index.md

File metadata and controls

41 lines (28 loc) · 1.05 KB

BioMedQuery Julia Package

Julia utilities to interact with BioMedical databases/APIs. Supported databases/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")

Dependencies

###Registered Packages - automatically installed

  • ArgParse
  • SQLite
  • MySQL
  • Gumbo
  • Requests
  • DataStreams
  • LightXML
  • Requests
  • HttpCommon
  • BaseTestNext
  • XMLconvert

Sister Packages

  • PubMedMiner - Executables to search PubMed, link Mesh Descriptors to to UMLS concepts and visualize results.
  • XMLConvert - Utilities to convert, flatten and explore XML file. Useful to investigate server responses.