getCycGenesList: Get whole genes/proteins list

Description Usage Arguments Details Value Author(s) Examples

Description

BioCyc Database API - Get the whole genes/proteins list from a given species

Usage

1
getCycGenesList(speID, type = "genes")

Arguments

speID

The BioCyc species ID, for example "ECOLI" is for "Escherichia coli K-12 substr. MG1655".

type

Get the "genes" or "proteins", and the default value is "genes".

Details

Get the BioCyc gene ID or protein ID list of a given species.

Value

A vector of genes of proteins with BioCyc ID.

Author(s)

Yulong Niu niuylscu@gmail.com

Examples

1
getCycGenesList('ECOLI')

YulongNiu/KEGG_BioCyc_API documentation built on May 10, 2019, 1:13 a.m.