Metadata-Version: 2.1
Name: keggpathway2genes
Version: 0.0.2
Summary: A package to convert KEGG Pathway IDs to genes
Author: Pr (France) Dr. rer. nat. Vijay K. ULAGANATHAN
Author-email:  
Description-Content-Type: text/markdown


## Installation

You can install `keggpathway2genes` via pip:

`$ pip install keggpathway2genes`

## Usage
Extract gene entries for a specific wikipathway.
<br>usage: `$ keggpathway2genes [-h] -kp KEGGpathway-ID`</br>

## Examples
Extract gene entries for the KEGG pathway Apoptosis (hsa04210):
`$ keggpathway2genes -kp hsa04210`

A tab-separated file will be written out

<i>current version='0.0.2'</i>


