SkillAgentSearch skills...

BioMedQuery.jl

Julia utilities for interacting with biomedical databases and biomedical application programming interfaces (APIs)

Install / Use

/learn @JuliaHealth/BioMedQuery.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BioMedQuery

Latest Release MIT license Lifecycle Bors Enabled

BioMedQuery is tested against Julia 1.X on Linux, and OS X.

| Latest CI Build | |:-----------:| | Build Status Code Coverage|

Documentation

| Stable | Latest | Examples | |:-----------:|:-----------:|:-----------:| |Stable documentation|Latest documentation|nbviewer|

Description

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.

using Pkg
Pkg.add("BioMedQuery")

To use the latest development version:

using Pkg
Pkg.add("BioMedQuery#master")

To checkout the latest development version:

using Pkg
Pkg.dev("BioMedQuery")
View on GitHub
GitHub Stars18
CategoryData
Updated1y ago
Forks10

Languages

Julia

Security Score

80/100

Audited on Nov 16, 2024

No findings