Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plot

Stable Dev Build Status Coverage code style: runic

KEGGAPI.jl is a Julia package for accesing the Kyoto Encyclopedia of Genes and Genomes, striving to take advantage of the speed and flexibility that Julia offers and make it accessible to the bioinformatics and functional annotation communities.

Installation

pkg> add KEGGAPI

Usage

The package wraps the KEGG REST API operations:

Function KEGG operation Purpose
kegg_info info Database release information and statistics
kegg_list list Entry identifiers and associated names
kegg_find find Search entries by keyword or chemical data
kegg_get get Retrieve entries, sequences, images, KGML, JSON
kegg_conv conv Convert between KEGG and outside identifiers
kegg_link link Find related entries via cross-references
kegg_ddi ddi Adverse drug-drug interactions
using KEGGAPI

result = kegg_find("compound", "glucose")
result.colnames    # column names
result.data        # retrieved data

Documentation

Worked end-to-end use cases:

Speed Tests

KEGGAPI.jl Benchmarks

See benchmarking/ for how to reproduce these numbers.

Citation

publication pending

About

Julia API for KEGG

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages