getCycSpeTU: Get whole TU information from a given species

Description Usage Arguments Value Author(s) Examples

Description

BioCyc Database API - Get whole TU list of a given species from BioCyc database. Get the whole transcription units from a given species. It may take more than 10 minutes to retrieve the xml file.

Usage

1
getCycSpeTU(speID)

Arguments

speID

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

Value

The TU id vector

Author(s)

Yulong Niu niuylscu@gmail.com

Examples

1
2
3
4
5
## Not run: 
# get Streptococcus mutans UA159 TU
SMTU <- getCycSpeTU('SMUT210007')

## End(Not run)

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