getCycGeneInfo: Get one gene information from BioCyc.

Description Usage Arguments Details Value Author(s) Examples

Description

BioCyc Database API - Get gene information from BioCyc database.

Usage

1

Arguments

geneID

A BioCyc gene ID with the length of 1.

Details

The gene information from BioCyc including genome location and gene name information. Some genes in BioCyc may do not have common names or accession names In this circumstance, "NULL" will be return

Value

A list.

Author(s)

Yulong Niu yulong.niu@hotmail.com

Examples

1
2
3
4
5
## get "atpE" gene information from Ecoli K-12 MG1655 strain.
getCycGeneInfo('ECOLI:EG10102')

## no TU
getCycGeneInfo('CALBI:ORF19.1634')

YulongNiu/BioCyc_API documentation built on May 10, 2019, 1:12 a.m.