getCycTU: TU

Description Usage Arguments Details Value Author(s) Examples

Description

BioCyc Database API - Get whole transcription unit list of a given species from BioCyc database.

Usage

1
getCycTU(speID)

Arguments

speID

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

Details

Get transcription units from a given species. It may take more than 10 minutes to retrieve the xml file.

Value

A vector of TU ids.

Author(s)

Yulong Niu yulong.niu@hotmail.com

Examples

1
2
## get Streptococcus mutans UA159 TU
smTU <- getCycTU('SMUT210007')

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